changeset 4854:f2fe898a82a6

font: add missing arrow glyphs
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 22 Feb 2015 21:22:56 -0800
parents bee7d75d878e
children 02fadbd74483
files kallithea/public/fontello/config.json kallithea/public/fontello/css/kallithea.css kallithea/public/fontello/font/kallithea.eot kallithea/public/fontello/font/kallithea.svg kallithea/public/fontello/font/kallithea.ttf kallithea/public/fontello/font/kallithea.woff
diffstat 6 files changed, 100 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/fontello/config.json	Tue Feb 24 22:17:36 2015 +0100
+++ b/kallithea/public/fontello/config.json	Sun Feb 22 21:22:56 2015 -0800
@@ -2513,6 +2513,34 @@
       ]
     },
     {
+      "uid": "a10f2a510d9dc3a331f5a89cc4db8a50",
+      "css": "hg",
+      "code": 59416,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M946.3 827.1H49.8V126H946.3V827.1ZM158.1 659V325.8H224.7V459.1H358V325.8H424.6V659H358V525.7H224.7V659H158.1ZM624.5 592.3H557.8V392.5H624.5V592.3ZM824.3 392.5H624.5V325.8H824.3V392.5ZM757.7 659H624.5V592.3H757.7V659ZM757.7 525.7H691.1V459.1H824.3V592.3H757.7V525.7Z",
+        "width": 1000
+      },
+      "search": [
+        "hg"
+      ]
+    },
+    {
+      "uid": "7a8381bb338c3a1c97b35acccd4db9d1",
+      "css": "git",
+      "code": 59417,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M948.2 850.6H51.8V149.4H948.2V850.6ZM152.2 606.1H83.2V399.1H152.2V606.1ZM359.2 399.1H152.2V330.1H359.2V399.1ZM290.2 675.1H152.2V606.1H290.2V675.1ZM290.2 537.1H221.2V468.1H359.2V606.1H290.2V537.1ZM497.2 675.1V330.1H566.2V675.1H497.2ZM773.2 675.1V399.1H704.2V330.1H911.2V399.1H842.2V675.1H773.2Z",
+        "width": 1000
+      },
+      "search": [
+        "git"
+      ]
+    },
+    {
       "uid": "d73eceadda1f594cec0536087539afbf",
       "css": "heart",
       "code": 59436,
@@ -2777,6 +2805,24 @@
       "src": "fontawesome"
     },
     {
+      "uid": "c53068fe21c8410b0a098b4c52c3d37e",
+      "css": "down-circled",
+      "code": 59494,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "a65ca48f3fe7d6e5c60edbd943f4fdb6",
+      "css": "left-circled",
+      "code": 59489,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "d0673ef38e1c458a6de52aad2a2f800d",
+      "css": "right-circled",
+      "code": 59490,
+      "src": "fontawesome"
+    },
+    {
       "uid": "ccddff8e8670dcd130e3cb55fdfc2fd0",
       "css": "down-open",
       "code": 59464,
@@ -2801,6 +2847,36 @@
       "src": "fontawesome"
     },
     {
+      "uid": "f06941dfcb90dc24b987d810898c4310",
+      "css": "down",
+      "code": 59493,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "f6d72aa5ef8e8f0e553012af9a29a87e",
+      "css": "left",
+      "code": 59488,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "fb94e23ae1e7660aa63cc5f351ec7560",
+      "css": "right",
+      "code": 59487,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "720f98e7580b7987c8dc542513d1d440",
+      "css": "up",
+      "code": 59492,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "2b8e9b027181aafd210bf29c5486d4a0",
+      "css": "up-circled",
+      "code": 59491,
+      "src": "fontawesome"
+    },
+    {
       "uid": "a73c5deb486c8d66249811642e5d719a",
       "css": "arrows-cw",
       "code": 59448,
--- a/kallithea/public/fontello/css/kallithea.css	Tue Feb 24 22:17:36 2015 +0100
+++ b/kallithea/public/fontello/css/kallithea.css	Sun Feb 22 21:22:56 2015 -0800
@@ -1,10 +1,10 @@
 @font-face {
   font-family: 'kallithea';
-  src: url('../font/kallithea.eot?42811111');
-  src: url('../font/kallithea.eot?42811111#iefix') format('embedded-opentype'),
-       url('../font/kallithea.woff?42811111') format('woff'),
-       url('../font/kallithea.ttf?42811111') format('truetype'),
-       url('../font/kallithea.svg?42811111#kallithea') format('svg');
+  src: url('../font/kallithea.eot?81834162');
+  src: url('../font/kallithea.eot?81834162#iefix') format('embedded-opentype'),
+       url('../font/kallithea.woff?81834162') format('woff'),
+       url('../font/kallithea.ttf?81834162') format('truetype'),
+       url('../font/kallithea.svg?81834162#kallithea') format('svg');
   font-weight: normal;
   font-style: normal;
 }
@@ -14,7 +14,7 @@
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   @font-face {
     font-family: 'kallithea';
-    src: url('../font/kallithea.svg?42811111#kallithea') format('svg');
+    src: url('../font/kallithea.svg?81834162#kallithea') format('svg');
   }
 }
 */
@@ -142,4 +142,12 @@
 .icon-exchange:before { content: '\e85b'; } /* '' */
 .icon-circle-empty:before { content: '\e85c'; } /* '' */
 .icon-circle:before { content: '\e85d'; } /* '' */
-.icon-box:before { content: '\e85e'; } /* '' */
\ No newline at end of file
+.icon-box:before { content: '\e85e'; } /* '' */
+.icon-right:before { content: '\e85f'; } /* '' */
+.icon-left:before { content: '\e860'; } /* '' */
+.icon-left-circled:before { content: '\e861'; } /* '' */
+.icon-right-circled:before { content: '\e862'; } /* '' */
+.icon-up-circled:before { content: '\e863'; } /* '' */
+.icon-up:before { content: '\e864'; } /* '' */
+.icon-down:before { content: '\e865'; } /* '' */
+.icon-down-circled:before { content: '\e866'; } /* '' */
\ No newline at end of file
Binary file kallithea/public/fontello/font/kallithea.eot has changed
--- a/kallithea/public/fontello/font/kallithea.svg	Tue Feb 24 22:17:36 2015 +0100
+++ b/kallithea/public/fontello/font/kallithea.svg	Sun Feb 22 21:22:56 2015 -0800
@@ -1,7 +1,7 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Copyright (C) 2014 by original authors @ fontello.com</metadata>
+<metadata>Copyright (C) 2015 by original authors @ fontello.com</metadata>
 <defs>
 <font id="kallithea" horiz-adv-x="1000" >
 <font-face font-family="kallithea" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
@@ -99,6 +99,14 @@
 <glyph glyph-name="circle-empty" unicode="&#xe85c;" d="m429 654q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152-41 152-110 111-152 41z m428-304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
 <glyph glyph-name="circle" unicode="&#xe85d;" d="m857 350q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
 <glyph glyph-name="box" unicode="&#xe85e;" d="m607 386q0 14-10 25t-26 10h-142q-15 0-26-10t-10-25 10-25 26-11h142q15 0 26 11t10 25z m322 107v-536q0-14-11-25t-25-11h-786q-14 0-25 11t-11 25v536q0 14 11 25t25 11h786q14 0 25-11t11-25z m35 250v-143q0-15-10-25t-25-11h-858q-14 0-25 11t-10 25v143q0 14 10 25t25 11h858q14 0 25-11t10-25z" horiz-adv-x="1000" />
+<glyph glyph-name="right" unicode="&#xe85f;" d="m964 352q0-8-5-14l-215-197q-9-8-19-4-11 5-11 17v125h-696q-8 0-13 5t-5 12v108q0 7 5 12t13 5h696v125q0 12 11 17t19-3l215-196q5-5 5-12z" horiz-adv-x="1000" />
+<glyph glyph-name="left" unicode="&#xe860;" d="m1000 404v-108q0-7-5-12t-13-5h-696v-125q0-12-11-17t-19 3l-215 196q-5 5-5 12 0 8 5 14l215 197q9 8 19 4 11-5 11-17v-125h696q8 0 13-5t5-12z" horiz-adv-x="1000" />
+<glyph glyph-name="left-circled" unicode="&#xe861;" d="m643 404v-108q0-7-5-12t-13-5h-196v-108q0-7-5-12t-13-5q-7 0-14 5l-178 178q-5 5-5 13t5 13l179 178q5 5 13 5 7 0 12-5t6-12v-108h196q7 0 13-5t5-12z m89-54q0 83-41 152t-110 111-152 41-153-41-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152z m125 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+<glyph glyph-name="right-circled" unicode="&#xe862;" d="m643 350q0-8-5-13l-179-178q-5-5-13-5-7 0-12 5t-5 12v108h-197q-7 0-12 5t-6 12v108q0 7 6 12t12 5h197v108q0 7 5 12t12 5q7 0 14-5l178-178q5-5 5-13z m89 0q0 83-41 152t-110 111-152 41-153-41-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152z m125 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+<glyph glyph-name="up-circled" unicode="&#xe863;" d="m717 351q0 15-11 25l-202 202-50 50q-10 11-25 11t-26-11l-50-50-202-202q-10-10-10-25t10-26l50-50q11-10 26-10t25 10l105 105v-280q0-14 11-25t25-11h71q15 0 25 11t11 25v280l105-105q11-11 26-11t25 11l50 50q11 11 11 26z m140-1q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+<glyph glyph-name="up" unicode="&#xe864;" d="m427 575q-5-11-16-11h-125v-696q0-8-5-13t-13-5h-107q-8 0-13 5t-5 13v696h-125q-12 0-16 11t3 19l195 215q5 5 13 5 7 0 13-5l198-215q7-9 3-19z" horiz-adv-x="428.6" />
+<glyph glyph-name="down" unicode="&#xe865;" d="m427 125q4-10-3-19l-195-215q-6-5-13-5-8 0-13 5l-198 215q-8 9-3 19 5 11 16 11h125v696q0 8 5 13t13 5h107q8 0 13-5t5-13v-696h125q11 0 16-11z" horiz-adv-x="428.6" />
+<glyph glyph-name="down-circled" unicode="&#xe866;" d="m625 332q0-7-6-13l-178-178q-6-5-12-5t-13 5l-179 178q-8 9-4 20 5 11 17 11h107v196q0 8 5 13t13 5h107q8 0 13-5t5-13v-196h107q8 0 13-5t5-13z m-196 322q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152-41 152-110 111-152 41z m428-304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
 </font>
 </defs>
 </svg>
\ No newline at end of file
Binary file kallithea/public/fontello/font/kallithea.ttf has changed
Binary file kallithea/public/fontello/font/kallithea.woff has changed