You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web_src/css/base.css
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
/* GitHub explicitly sets font names like: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
6
6
Actually "Twemoji Mozilla" emoji font is widely used by browsers like Firefox, Pale Moon, and it is more likely up-to-dated than the system emoji font.
7
7
So not setting emoji font seems to be the best choice, here we just use a non-existing dummy font name and let browsers choose. */
8
-
--fonts-emoji:"-emoji-fallback";
8
+
--fonts-emoji: -emoji-fallback;
9
9
/* font weights - use between 400 and 600 for general purposes. Avoid 700 as it is perceived too bold */
0 commit comments