Fix font setting.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-02 09:43:46 -08:00
parent 657d2fa198
commit 58c426e071
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ html {
body {
background-color: var(--white32m);
font-face: var(--typeface);
font-weight: var(--weight-medium);
font-family: var(--typeface) !important;
font-weight: var(--weight-medium) !important;
width: 100%;
margin: 0;
padding: 0;