Skip to content

Commit 5730329

Browse files
committed
Simplify the font selection
1 parent 8878bee commit 5730329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_themes/sphinx13/static/sphinx13.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* Set master colours */
44
:root {
5-
--fonts-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
5+
--fonts-sans-serif: system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
66
--colour-sphinx-blue: #0A507A;
77
--colour-text: #333;
88
--colour-links-light: #057;

0 commit comments

Comments
 (0)