New iconfont build

This adds new icons for "go to start" and "go to end".
This commit is contained in:
Matthias Mees 2015-10-06 13:34:22 +02:00
parent 40e9a5b7b3
commit e6bb6005ec
6 changed files with 21 additions and 5 deletions

View File

@ -222,6 +222,18 @@
"code": 59400,
"src": "fontawesome"
},
{
"uid": "c47efa0e3e74f6ba4c2562c1258fff1f",
"css": "to-end",
"code": 59435,
"src": "fontawesome"
},
{
"uid": "12052b30d23a1a70d6b32962d5464cae",
"css": "to-start",
"code": 59437,
"src": "fontawesome"
},
{
"uid": "197375a3cea8cb90b02d06e4ddf1433d",
"css": "globe",

View File

@ -49,7 +49,9 @@
<glyph glyph-name="right-dir" unicode="&#xe828;" d="m321 350q0-14-10-25l-250-250q-11-11-25-11t-25 11-11 25v500q0 15 11 25t25 11 25-11l250-250q10-10 10-25z" horiz-adv-x="357.1" />
<glyph glyph-name="th-list" unicode="&#xe829;" d="m286 154v-108q0-22-16-37t-38-16h-178q-23 0-38 16t-16 37v108q0 22 16 38t38 15h178q22 0 38-15t16-38z m0 285v-107q0-22-16-38t-38-15h-178q-23 0-38 15t-16 38v107q0 23 16 38t38 16h178q22 0 38-16t16-38z m714-285v-108q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v108q0 22 16 38t38 15h535q23 0 38-15t16-38z m-714 571v-107q0-22-16-38t-38-16h-178q-23 0-38 16t-16 38v107q0 22 16 38t38 16h178q22 0 38-16t16-38z m714-286v-107q0-22-16-38t-38-15h-535q-23 0-38 15t-16 38v107q0 23 16 38t38 16h535q23 0 38-16t16-38z m0 286v-107q0-22-16-38t-38-16h-535q-23 0-38 16t-16 38v107q0 22 16 38t38 16h535q23 0 38-16t16-38z" horiz-adv-x="1000" />
<glyph glyph-name="block" unicode="&#xe82a;" d="m732 352q0 90-48 164l-421-420q76-50 166-50 62 0 118 25t96 65 65 97 24 119z m-557-167l421 421q-75 50-167 50-83 0-153-40t-110-112-41-152q0-91 50-167z m682 167q0-88-34-168t-91-137-137-92-166-34-167 34-137 92-91 137-34 168 34 167 91 137 137 91 167 34 166-34 137-91 91-137 34-167z" horiz-adv-x="857.1" />
<glyph glyph-name="to-end" unicode="&#xe82b;" d="m25-71q-10-11-18-8t-7 18v822q0 14 7 18t18-8l396-396q5-4 8-11v379q0 14 10 25t25 11h72q14 0 25-11t10-25v-786q0-14-10-25t-25-11h-72q-14 0-25 11t-10 25v379q-3-6-8-11z" horiz-adv-x="571.4" />
<glyph glyph-name="rocket" unicode="&#xe82c;" d="m804 600q0 22-16 38t-38 16-38-16-16-38 16-38 38-16 38 16 16 38z m125 161q0-139-43-241t-141-201q-45-44-109-98l-11-211q-1-9-9-15l-214-125q-4-2-9-2-7 0-13 5l-36 36q-7 7-4 17l47 155-156 156-155-47q-1-1-5-1-7 0-12 5l-36 36q-10 11-3 22l125 214q6 8 15 9l211 11q54 64 98 109 105 104 200 144t241 40q7 0 13-6t6-12z" horiz-adv-x="928.6" />
<glyph glyph-name="to-start" unicode="&#xe82d;" d="m546 771q11 11 18 8t7-18v-822q0-14-7-18t-18 8l-396 396q-5 5-7 11v-379q0-14-11-25t-25-11h-71q-15 0-25 11t-11 25v786q0 14 11 25t25 11h71q15 0 25-11t11-25v-379q2 7 7 11z" horiz-adv-x="571.4" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -385,11 +385,11 @@ progress div.progress-undefined {
/* ICON FONT: http://fortawesome.github.com/Font-Awesome/ */
@font-face {
font-family: 'fontello';
src: url('{TEMPLATE_PATH}font/fontello.eot?70036835');
src: url('{TEMPLATE_PATH}font/fontello.eot?70036835#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?70036835') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?70036835') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?70036835#fontello') format('svg');
src: url('{TEMPLATE_PATH}font/fontello.eot?70021285');
src: url('{TEMPLATE_PATH}font/fontello.eot?70021285#iefix') format('embedded-opentype'),
url('{TEMPLATE_PATH}font/fontello.woff?70021285') format('woff'),
url('{TEMPLATE_PATH}font/fontello.ttf?70021285') format('truetype'),
url('{TEMPLATE_PATH}font/fontello.svg?70021285#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -454,7 +454,9 @@ progress div.progress-undefined {
.icon-right-dir:before { content: '\e828'; }
.icon-th-list:before { content: '\e829'; }
.icon-block:before { content: '\e82a'; }
.icon-to-end:before { content: '\e82b'; }
.icon-rocket:before { content: '\e82c'; }
.icon-to-start:before { content: '\e82d'; }
/* svg based */
.icon-pagination-first,