Fixed baseline in symbols font

This commit is contained in:
charlesh88 2018-11-10 22:41:38 -08:00
parent e05dbadea2
commit 9733674d6e
4 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"metadata": {
"name": "Open MCT Symbols",
"lastOpened": 0,
"created": 1541657905509
"created": 1541830438012
},
"iconSets": [
{
@ -2974,7 +2974,7 @@
},
"metrics": {
"emSize": 1024,
"baseline": 6.25,
"baseline": 0,
"whitespace": 50
},
"embed": false,
@ -2984,8 +2984,10 @@
"showSelector": true,
"showVersion": true,
"autoHost": false,
"selector": "",
"classSelector": ".icon"
"selector": "i",
"classSelector": ".icon",
"showMetrics": true,
"showMetadata": true
},
"imagePref": {
"prefix": "icon-",

View File

@ -4,7 +4,7 @@
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="Open-MCT-Symbols-16px" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<font-face units-per-em="1024" ascent="1024" descent="0" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="icon-alert-rect-v2" d="M896 1024h-768c-70.6-0.2-127.8-57.4-128-128v-768c0.2-70.6 57.4-127.8 128-128h768c70.6 0.2 127.8 57.4 128 128v768c-0.2 70.6-57.4 127.8-128 128zM576 128h-128v128h128v-128zM597.8 512l-37.8-192h-96l-37.8 192v384h171.8v-384z" />

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB