diff options
author | Oxbian <got.dacs@slmail.me> | 2024-08-11 15:26:25 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2024-08-11 15:26:25 +0200 |
commit | a88ea63739ca07ec547277d1d586903df606af35 (patch) | |
tree | 05cd62006ff886b1f46b716a21cf3bbf538942b7 /assets/style/style.css | |
parent | fcf549245665b2915e23692af580fd015bb4df8d (diff) | |
download | ArKa-Web-a88ea63739ca07ec547277d1d586903df606af35.tar.gz ArKa-Web-a88ea63739ca07ec547277d1d586903df606af35.zip |
REMOVE: Blockzone fonts, using courrier new instead, updating ascii art
Diffstat (limited to 'assets/style/style.css')
-rw-r--r-- | assets/style/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/assets/style/style.css b/assets/style/style.css index 8c9f506..f2f5dba 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -1,8 +1,3 @@ -@font-face { - font-family: "BlockZone"; - src: url("../fonts/BlockZone.ttf") format("truetype"); -} - /* Root */ :root { @@ -37,7 +32,7 @@ body border: 1px solid var(--link-bg-color); font-size: calc(10px + 0.390625vw); - font-family: "BlockZone"; + font-family: "Courier New"; width: 90vw; margin: 0 auto; @@ -72,6 +67,7 @@ nav a, #contact a, #error a margin: 0rem 0.3rem; text-align: center; + font-weight: bold; text-decoration: none; text-transform: uppercase; |