From d77dcf62b4005a0f36ef2fa7ba6d3651d2ef38d7 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 5 Nov 2022 14:17:27 -0600 Subject: Initial commit (users and statuses) --- static/fonts/raleway/raleway.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/fonts/raleway/raleway.css (limited to 'static/fonts/raleway/raleway.css') diff --git a/static/fonts/raleway/raleway.css b/static/fonts/raleway/raleway.css new file mode 100644 index 0000000..709403d --- /dev/null +++ b/static/fonts/raleway/raleway.css @@ -0,0 +1,20 @@ +@font-face { + font-family: 'Raleway'; + src: url('Raleway-Bold.woff2'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Raleway'; + src: url('Raleway-Regular.woff2'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Raleway'; + src: url('Raleway-Light.woff2'); + font-weight: lighter; + font-style: normal; +} -- cgit v1.2.3