Switch to Roboto font

This commit is contained in:
nxshock 2022-03-28 20:35:55 +05:00
parent c952ded006
commit b5afaea039
3 changed files with 19 additions and 2 deletions

View file

@ -43,8 +43,14 @@
--base0F: #be5046;
}
@font-face {
font-family: Roboto;
src: url('/font.ttf');
}
* {
font-family: Verdana;
font-family: Roboto;
font-size: 14px;
color: var(--base05);
margin: 0;
@ -112,7 +118,7 @@
}
.smaller {
font-size: 75%;
font-size: 80%;
}
.nowrap {