Set font
This commit is contained in:
parent
8422615a70
commit
0bffc2092e
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ body {
|
||||||
--circle-color: rgba(var(--primary), 0.8);
|
--circle-color: rgba(var(--primary), 0.8);
|
||||||
--bg-color: rgb(var(--mdui-color-background));
|
--bg-color: rgb(var(--mdui-color-background));
|
||||||
|
|
||||||
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||||
|
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
|
||||||
|
sans-serif;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue