Skip to content

Commit 2f5d7f0

Browse files
Update web_src/css/base.css
Co-authored-by: silverwind <[email protected]>
1 parent 0b04bfb commit 2f5d7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* GitHub explicitly sets font names like: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
66
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.
77
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;
99
/* font weights - use between 400 and 600 for general purposes. Avoid 700 as it is perceived too bold */
1010
--font-weight-light: 300;
1111
--font-weight-normal: 400;

0 commit comments

Comments
 (0)