1
0
Fork 0

Get rid of system-ui

This commit is contained in:
Lim Chee Aun 2023-08-14 22:45:57 +08:00
parent c1f947a9c3
commit 4817eddc2a

View file

@ -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;