mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
change font declarations, to prefer system fonts over other installed fonts
#965
This commit is contained in:
parent
4c0bfc332c
commit
1e8b14e5cf
1 changed files with 2 additions and 4 deletions
|
@ -11,8 +11,7 @@
|
||||||
--main-width: 40em;
|
--main-width: 40em;
|
||||||
text-size-adjust: none;
|
text-size-adjust: none;
|
||||||
--hairline-width: 1px;
|
--hairline-width: 1px;
|
||||||
--monospace-font: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono',
|
--monospace-font: ui-monospace, monospace;
|
||||||
Menlo, Courier, monospace;
|
|
||||||
|
|
||||||
--blue-color: royalblue;
|
--blue-color: royalblue;
|
||||||
--purple-color: blueviolet;
|
--purple-color: blueviolet;
|
||||||
|
@ -190,8 +189,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: ui-rounded, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
font-family: ui-rounded, sans-serif, system-ui;
|
||||||
Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
||||||
font-size: var(--text-size);
|
font-size: var(--text-size);
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
|
Loading…
Reference in a new issue