hotfix: set expanded font-stack to support multiple fonts
GitHub's font stack with proper support for: - macOS/iOS: -apple-system, BlinkMacSystemFont - Windows: Segoe UI - Linux: Noto Sans - Emoji: Apple Color Emoji, Segoe UI Emoji
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
--block-space-double: calc(var(--block-space) * 2);
|
||||
|
||||
/* Text */
|
||||
--font-sans: -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
--font-serif: ui-serif, serif;
|
||||
--font-mono: ui-monospace, monospace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user