From 4f4aa6f75e8552d58dd7c1006409ec08207348f2 Mon Sep 17 00:00:00 2001 From: hynet-mel <64434187+hynet-mel@users.noreply.github.com> Date: Tue, 9 May 2023 19:41:36 +0200 Subject: [PATCH] Bruh I forgot the custom.css elements --- static/custom.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/static/custom.css b/static/custom.css index 93f380f0..17ebb553 100644 --- a/static/custom.css +++ b/static/custom.css @@ -2,3 +2,41 @@ place a css file at $static_dir/static/custom.css to apply custom styles to your frontend */ +@font-face{ + font-family:'blockzone'; + src:url('./fonts/blockzone-webfont.woff2') format("woff2"), + url('./fonts/blockzone-webfont.woff') format("woff"); + font-style:normal; + font-weight:400 +} +@font-face{ + font-family:'PeanutMoney'; + src:url('./fonts/PeanutMoney.ttf') format("opentype"); + font-style:normal; + font-weight:400 +} +@font-face{ + font-family:'Heading'; + src:url('./fonts/heading.woff'); + font-style:normal; + font-weight:400 +} + +@font-face{ + font-family:'MonoMMM_5'; + src:url('./fonts/monoMMM_5.woff'); + font-style:normal; + font-weight:400 +} +@font-face{ + font-family:'Tiny'; + src:url('./fonts/tiny.woff'); + font-style:normal; + font-weight:400 +} +@font-face{ + font-family:'BLACKOUT'; + src:url('./fonts/BLACKOUT.woff'); + font-style:normal; + font-weight:400 +}