From 30c208226e8eedeb6879f0b771ae9d5987d06aec Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 12 Nov 2022 23:21:52 -0700 Subject: Start having some sort of visual style --- static/fonts/raleway/raleway.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static/fonts') diff --git a/static/fonts/raleway/raleway.css b/static/fonts/raleway/raleway.css index 709403d..2ecfdc4 100644 --- a/static/fonts/raleway/raleway.css +++ b/static/fonts/raleway/raleway.css @@ -1,20 +1,20 @@ @font-face { font-family: 'Raleway'; - src: url('Raleway-Bold.woff2'); + src: url('Raleway-SemiBold.woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Raleway'; - src: url('Raleway-Regular.woff2'); - font-weight: normal; + src: url('Raleway-Light.woff2'); + font-weight: lighter; font-style: normal; } @font-face { font-family: 'Raleway'; - src: url('Raleway-Light.woff2'); - font-weight: lighter; + src: url('Raleway-Regular.woff2'); + font-weight: normal; font-style: normal; } -- cgit v1.2.3