mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 22:43:50 +08:00
Update font-family.
Tested on macOS, Win10, Ubuntu 20.04.
This commit is contained in:
parent
b3d642fa85
commit
7ad324ac0a
@ -60,5 +60,6 @@
|
||||
|
||||
/* font-family setting for Win10 */
|
||||
body {
|
||||
--md-code-font-family: var(--md-code-font, _), SFMono-Regular, Consolas, Menlo, Noto Sans SC, monospace;
|
||||
--md-text-font-family: -apple-system,BlinkMacSystemFont,var(--md-text-font,_),Helvetica,Arial,sans-serif;
|
||||
--md-code-font-family: var(--md-code-font,_),SFMono-Regular,Consolas,Menlo,-apple-system,BlinkMacSystemFont,var(--md-text-font,_),monospace;
|
||||
}
|
Loading…
Reference in New Issue
Block a user