mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 10:11:47 +03:00
default 16px font size
This commit is contained in:
parent
0367a6e08f
commit
ddedcf7975
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
|
||||||
font-size: 15px;
|
font-size: 16px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue