mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Get rid of system-ui
This commit is contained in:
parent
c1f947a9c3
commit
4817eddc2a
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: ui-rounded, system-ui;
|
font-family: ui-rounded, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
||||||
|
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