Skip to content

Commit accc9ed

Browse files
Merge pull request #54 from cmontgomerymt/feat/add-sprout-logo
feat(sprout logo): add moneytree sprout logo
2 parents e56293d + a61caa9 commit accc9ed

25 files changed

+70
-31
lines changed

css/style.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'mt-web-icons';
3-
src: url('fonts/mt-web-icons.eot?n7ejm8');
4-
src: url('fonts/mt-web-icons.eot?n7ejm8#iefix') format('embedded-opentype'),
5-
url('fonts/mt-web-icons.ttf?n7ejm8') format('truetype'),
6-
url('fonts/mt-web-icons.woff?n7ejm8') format('woff'),
7-
url('fonts/mt-web-icons.svg?n7ejm8#mt-web-icons') format('svg');
3+
src: url('fonts/mt-web-icons.eot?qfi08a');
4+
src: url('fonts/mt-web-icons.eot?qfi08a#iefix') format('embedded-opentype'),
5+
url('fonts/mt-web-icons.ttf?qfi08a') format('truetype'),
6+
url('fonts/mt-web-icons.woff?qfi08a') format('woff'),
7+
url('fonts/mt-web-icons.svg?qfi08a#mt-web-icons') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -13,7 +13,7 @@
1313
[class^="mt-"], [class*=" mt-"] {
1414
/* use !important to prevent issues with browser extensions that change fonts */
1515
font-family: 'mt-web-icons' !important;
16-
speak: none;
16+
speak: never;
1717
font-style: normal;
1818
font-weight: normal;
1919
font-variant: normal;
@@ -25,6 +25,10 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.mt-sprout-logo:before {
29+
content: "\e91c";
30+
color: #16d936;
31+
}
2832
.mt-systems-return:before {
2933
content: "\e91b";
3034
}

fonts/mt-web-icons.eot

144 Bytes
Binary file not shown.

fonts/mt-web-icons.svg

Lines changed: 1 addition & 0 deletions
Loading

fonts/mt-web-icons.ttf

144 Bytes
Binary file not shown.

fonts/mt-web-icons.woff

144 Bytes
Binary file not shown.

icomoon/Read Me.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2-
3-
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4-
5-
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6-
7-
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
1+
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2+
3+
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4+
5+
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6+
7+
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.

icomoon/demo.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@
1313
</head>
1414
<body>
1515
<div class="bgc1 clearfix">
16-
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;308)</small></h1>
16+
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;309)</small></h1>
1717
</div>
1818
<div class="clearfix mhl ptl">
1919
<h1 class="mvm mtn fgc1">Grid Size: 24</h1>
20+
<div class="glyph fs1">
21+
<div class="clearfix bshadow0 pbs">
22+
<span class="mt-sprout-logo"></span>
23+
<span class="mls"> mt-sprout-logo</span>
24+
</div>
25+
<fieldset class="fs0 size1of1 clearfix hidden-false">
26+
<input type="text" readonly value="e91c" class="unit size1of2" />
27+
<input type="text" maxlength="1" readonly value="&#xe91c;" class="unitRight size1of2 talign-right" />
28+
</fieldset>
29+
<div class="fs0 bshadow0 clearfix hidden-true">
30+
<span class="unit pvs fgc1">liga: </span>
31+
<input type="text" readonly value="" class="liga unitRight" />
32+
</div>
33+
</div>
2034
<div class="glyph fs1">
2135
<div class="clearfix bshadow0 pbs">
2236
<span class="mt-systems-return"></span>

icomoon/fonts/mt-web-icons.eot

144 Bytes
Binary file not shown.

icomoon/fonts/mt-web-icons.svg

Lines changed: 1 addition & 0 deletions
Loading

icomoon/fonts/mt-web-icons.ttf

144 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)