font
This commit is contained in:
parent
23198ba599
commit
eec4519de0
|
@ -33,6 +33,12 @@ html {
|
||||||
|
|
||||||
--BgColor: var(-BgColorLight);
|
--BgColor: var(-BgColorLight);
|
||||||
--running-totals: 0;
|
--running-totals: 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
body, button, input, select, textarea {
|
||||||
|
font-family: "Noto Sans", "Source Sans 3", "Fira Sans", sans-serif !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
|
|
Loading…
Reference in New Issue