Skip to content

Commit ccd4ff0

Browse files
committed
Fixed some styling issues. Added download links to the fonts. Changed fallback to symbola. Added mutant standard testing. Removed the larger sbix fonts being loaded (should be easier on slower connections).
1 parent 470fd3d commit ccd4ff0

File tree

5 files changed

+183
-149
lines changed

5 files changed

+183
-149
lines changed

fonts.css

Lines changed: 47 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,100 @@
11
.microsoft > .system {
2-
font-family: "Segoe UI Emoji", "Noto Emoji";
2+
font-family: "Segoe UI Emoji", "SYMBOLA-font_face";
33
}
44

55
.microsoft > .font-face {
6-
font-family: "MSFT-font_face", "Noto Emoji";
6+
font-family: "MSFT-font_face", "SYMBOLA-font_face";
77
}
88

99
.apple > .system {
10-
font-family: "Apple Color Emoji", "Noto Emoji";
10+
font-family: "Apple Color Emoji", "SYMBOLA-font_face";
1111
}
1212

1313
.apple > .font-face {
14-
font-family: "APPL-font_face", "Noto Emoji";
14+
font-family: "APPL-font_face", "SYMBOLA-font_face";
15+
}
16+
17+
.mutant > .system {
18+
font-family: "Mutant Standard Emoji", "SYMBOLA-font_face";
19+
}
20+
21+
.mutant > .font-face {
22+
font-family: "MTSD-font_face", "SYMBOLA-font_face";
1523
}
1624

1725
.google > .system {
18-
font-family: "Noto Color Emoji", "Noto Emoji";
26+
font-family: "Noto Color Emoji", "SYMBOLA-font_face";
1927
}
2028

2129
.google > .font-face {
22-
font-family: "GOOG-font_face", "Noto Emoji";
30+
font-family: "GOOG-font_face", "SYMBOLA-font_face";
2331
}
2432

2533
.twitter > .system {
26-
font-family: "Twitter Color Emoji", "Noto Emoji";
34+
font-family: "Twitter Color Emoji", "SYMBOLA-font_face";
2735
}
2836

2937
.twitter > .font-face {
30-
font-family: "TWTR-font_face", "Noto Emoji";
38+
font-family: "TWTR-font_face", "SYMBOLA-font_face";
3139
}
3240

3341
.emojione-moz > .system {
34-
font-family: "EmojiOne Mozilla", "Noto Emoji";
42+
font-family: "EmojiOne Mozilla", "SYMBOLA-font_face";
3543
}
3644

3745
.emojione-moz > .font-face {
38-
font-family: "E1MZ-font_face", "Noto Emoji";
46+
font-family: "E1MZ-font_face", "SYMBOLA-font_face";
3947
}
4048

4149
.firefox-moz > .system {
42-
font-family: "Firefox Emoji", "Noto Emoji";
50+
font-family: "Firefox Emoji", "SYMBOLA-font_face";
4351
}
4452

4553
.firefox-moz > .font-face {
46-
font-family: "FXMZ-font_face", "Noto Emoji";
47-
}
48-
49-
.gilbert > .system {
50-
font-family: "Gilbert Color", "Noto Emoji";
51-
}
52-
53-
.gilbert > .font-face {
54-
font-family: "TYWP-font_face", "Noto Emoji";
54+
font-family: "FXMZ-font_face", "SYMBOLA-font_face";
5555
}
5656

5757
.joypixels > .system {
58-
font-family: "JoyPixels", "Noto Emoji";
58+
font-family: "JoyPixels", "SYMBOLA-font_face";
5959
}
6060

6161
.joypixels > .font-face {
62-
font-family: "JYPX-font_face", "Noto Emoji";
63-
}
64-
65-
.funkster > .system {
66-
font-family: "Funkster", "Noto Emoji";
67-
}
68-
69-
.funkster > .font-face {
70-
font-family: "FUNK-font_face", "Noto Emoji";
62+
font-family: "JYPX-font_face", "SYMBOLA-font_face";
7163
}
7264

7365
.noto-traditional > .system {
74-
font-family: "Noto Emoji", "Noto Emoji";
66+
font-family: "Noto Emoji";
7567
}
7668

7769
.noto-traditional > .font-face {
78-
font-family: "NOTR-font_face", "Noto Emoji";
70+
font-family: "NOTR-font_face", "SYMBOLA-font_face";
71+
}
72+
73+
.symbola > .font-face {
74+
font-family: "SYMBOLA-font_face", "SYMBOLA-font_face";
7975
}
8076

8177
.openmoji > .system {
82-
font-family: "OpenMoji", "Noto Emoji";
78+
font-family: "OpenMoji", "SYMBOLA-font_face";
8379
}
8480

8581
.openmoji > .font-face {
86-
font-family: "OPMJ-font_face", "Noto Emoji";
82+
font-family: "OPMJ-font_face", "SYMBOLA-font_face";
8783
}
8884

8985

9086
/* EmojiOne Fonts */
9187
.emojione-android > .font-face {
92-
font-family: "E1CB-font_face", "Noto Emoji";
88+
font-family: "E1CB-font_face", "SYMBOLA-font_face";
9389
}
9490
.emojione-apple > .font-face {
95-
font-family: "E1SB-font_face", "Noto Emoji";
91+
font-family: "E1SB-font_face", "SYMBOLA-font_face";
9692
}
9793
.emojione > .system {
98-
font-family: "EmojiOne", "Noto Emoji";
94+
font-family: "EmojiOne", "SYMBOLA-font_face";
9995
}
10096
.emojione-svg > .font-face {
101-
font-family: "E1SV-font_face", "Noto Emoji";
97+
font-family: "E1SV-font_face", "SYMBOLA-font_face";
10298
}
10399

104100
/* Setting up Browser Fonts */
@@ -121,14 +117,18 @@
121117
}
122118

123119
/*SBIX*/
124-
@font-face {
120+
/*@font-face {
125121
font-family: "APPL-font_face";
126122
src: url("fonts/Apple Color Emoji.ttf") format("truetype");
127-
}
123+
}*/
128124
@font-face {
125+
font-family: "MTSD-font_face";
126+
src: url("fonts/MutantStandardEmoji-sbixOT.ttf") format("opentype");
127+
}
128+
/*@font-face {
129129
font-family: "E1SB-font_face";
130130
src: url("fonts/emojione-apple.ttc") format("truetype");
131-
}
131+
}*/
132132

133133
/*CBDT*/
134134
@font-face {
@@ -143,27 +143,23 @@
143143
font-family: "E1CB-font_face";
144144
src: url("fonts/emojione-android.ttf") format("truetype");
145145
}
146-
@font-face {
147-
font-family: "FUNK-font_face";
148-
src: url("fonts/Funkster.ttf") format("truetype");
149-
}
150146

151147
/*SVG*/
152148
@font-face {
153149
font-family: "TWTR-font_face";
154-
src: url("fonts/TwitterColorEmoji-SVGinOT.ttf") format("truetype");
155-
}
156-
@font-face {
157-
font-family: "TYWP-font_face";
158-
src: url("fonts/Gilbert-Color Bold-Preview_1004.otf") format("truetype");
150+
src: url("fonts/TwitterColorEmoji-SVGinOT.ttf") format("opentype");
159151
}
160152
@font-face {
161153
font-family: "E1SV-font_face";
162-
src: url("fonts/emojione-svg.otf") format("truetype");
154+
src: url("fonts/emojione-svg.otf") format("opentype");
163155
}
164156

165157
/* Fallback */
166158
@font-face {
167159
font-family: "NOTR-font_face";
168160
src: url("fonts/NotoEmoji-Regular.ttf") format("truetype");
161+
}
162+
@font-face {
163+
font-family: "SYMBOLA-font_face";
164+
src: url("fonts/Symbola.ttf") format("truetype");
169165
}

fonts/MutantStandardEmoji-sbixOT.ttf

29.3 MB
Binary file not shown.

fonts/Symbola.ttf

2.32 MB
Binary file not shown.

0 commit comments

Comments
 (0)