Skip to content

Commit

Permalink
补充说明
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Nov 23, 2024
1 parent cb90d0c commit f07aad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/appearance/themes/daylight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/* 字体 */
/* Windows 斜体遮挡添加 "Segoe UI" 字体 https://github.com/siyuan-note/siyuan/issues/11841 */
/* DejaVu Sans 包含部分黑白 emoji 字形,会覆盖其他 emoji 字体的相应字形 https://github.com/siyuan-note/siyuan/issues/13213 */
/* DejaVu Sans 包含部分黑白 emoji 字形,会覆盖其他 emoji 字体的相应字形,所以emoji字体要放前面 https://github.com/siyuan-note/siyuan/issues/13213 */
--b3-font-family-text: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans", "Segoe UI", "Tahoma", "Arial", var(--b3-font-family-emojis), sans-serif;
--b3-font-family-emojis: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji", "EmojiSymbols";
--b3-font-family: "Number Glyphs", "Segoe Good Emoji", "Other Emojis", var(--b3-font-family-text);
Expand Down

0 comments on commit f07aad3

Please sign in to comment.