Set the font family globally
This commit is contained in:
parent
9e0deba47d
commit
eaf65130da
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
|
* {
|
||||||
|
font-family: system-ui, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
|
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue