mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03: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 {
|
||||
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);
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
|
|
Loading…
Reference in a new issue