From 584582139126a4a39fba906e27978d6c024d2c80 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 26 Mar 2022 20:09:20 -0500 Subject: [PATCH] Use myspace-styled font for site logo --- static/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index c04976d..78557e7 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,5 +1,9 @@ +@font-face { + font-family: "Arial Rounded MT Bold"; + src: url("/static/arial_rounded_bold.ttf"); +} body, html { - font-family: Arial, sans-serif; + font-family: Verdana, Arial, sans-serif, Helvetica; margin: 0; } @@ -16,6 +20,7 @@ body, html { color: #ef7900; font-size: 2.5em; letter-spacing: -2.8px; + font-family: "Arial Rounded MT Bold", sans-serif; } .header-primary {