fonts
This commit is contained in:
parent
2d58193c2c
commit
0d43e62320
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
place-items: center;
|
place-items: center;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue