mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 17:39:59 +00:00
fix: improve default font family (#2314)
This commit is contained in:
parent
3f6cc16850
commit
f3d17d3be2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ html {
|
|||
font-size: var(--font-size, 15px);
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Loading…
Reference in a new issue