Skip to content

Commit

Permalink
fix(fonts): add sans serif as fallback for serif and mono fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 authored and gitwoz committed Oct 21, 2024
1 parent b96c751 commit dafccfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/styles/variables/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'Microsoft JhengHei', 'WenQuanYi Micro Hei', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji';
--font-serif-tc: 'Songti TC', 'Songti SC', 'NSimSun', 'SimSun', serif,
'Apple Color Emoji', 'Segoe UI Emoji';
var(--font-sans-sc), 'Apple Color Emoji', 'Segoe UI Emoji';
--font-serif-sc: 'Songti SC', 'Songti TC', 'NSimSun', 'SimSun', serif,
'Apple Color Emoji', 'Segoe UI Emoji';
var(--font-sans-sc), 'Apple Color Emoji', 'Segoe UI Emoji';
--font-mono: menlo, 'SFMono-Regular', consolas, monaco, monospace,
'Apple Color Emoji', 'Segoe UI Emoji';
var(--font-sans-sc), 'Apple Color Emoji', 'Segoe UI Emoji';

/* Type Scale */
--text12: 0.75rem; /* 12px */
Expand Down

0 comments on commit dafccfe

Please sign in to comment.