diff --git a/style.css b/style.css index a5cc1e3..1303ebd 100644 --- a/style.css +++ b/style.css @@ -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;