mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 22:43:50 +08:00
Update font-family for better
rendering quality on Win10.
This commit is contained in:
parent
c5c38720e6
commit
e5e6553f82
@ -57,3 +57,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* font-family setting for Win10 */
|
||||||
|
body {
|
||||||
|
--md-code-font-family: var(--md-code-font, _), SFMono-Regular, Consolas, Menlo, Noto Sans SC, monospace;
|
||||||
|
}
|
@ -17,7 +17,9 @@ theme:
|
|||||||
custom_dir: docs/overrides
|
custom_dir: docs/overrides
|
||||||
language: zh
|
language: zh
|
||||||
features:
|
features:
|
||||||
- announce.dismiss
|
# - announce.dismiss
|
||||||
|
- content.action.edit
|
||||||
|
# - content.action.view
|
||||||
- content.code.annotate
|
- content.code.annotate
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
- content.tabs.link
|
- content.tabs.link
|
||||||
@ -51,13 +53,14 @@ theme:
|
|||||||
icon: material/weather-night
|
icon: material/weather-night
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
font:
|
font:
|
||||||
text: Roboto
|
text: Noto Sans SC
|
||||||
code: Roboto Mono
|
code: Fira Code
|
||||||
favicon: assets/images/favicon.png
|
favicon: assets/images/favicon.png
|
||||||
logo: assets/images/logo.png
|
logo: assets/images/logo.png
|
||||||
icon:
|
icon:
|
||||||
logo: logo
|
logo: logo
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
|
edit: material/file-edit-outline
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
|
Loading…
Reference in New Issue
Block a user