From cfb4bf6be1b18ec15cddbec1ea37e76176b1050b Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 17:56:41 -0600 Subject: initial commit --- src/static/admin/css/fonts.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/static/admin/css/fonts.css (limited to 'src/static/admin/css/fonts.css') diff --git a/src/static/admin/css/fonts.css b/src/static/admin/css/fonts.css new file mode 100644 index 0000000..c837e01 --- /dev/null +++ b/src/static/admin/css/fonts.css @@ -0,0 +1,20 @@ +@font-face { + font-family: 'Roboto'; + src: url('../fonts/Roboto-Bold-webfont.woff'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('../fonts/Roboto-Regular-webfont.woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('../fonts/Roboto-Light-webfont.woff'); + font-weight: 300; + font-style: normal; +} -- cgit v1.3