From 0576f52d75c6dfd3bace4360c1ef672bacc41b55 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 2 Feb 2024 21:49:04 +0000 Subject: [PATCH] 300 now --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/style.css b/static/style.css index 2ac8a3d..3ad95cc 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,13 @@ @import url('./bootstrap.css'); +@font-face { + font-display: swap; + font-family: 'Rubik'; + font-style: normal; + font-weight: 300; + src: url('../fonts/rubik-v28-latin-300.woff2') format('woff2'); +} + @font-face { font-display: swap; font-family: 'Rubik';