From 8f9459c0a46b0f91336dd169fca3b7bb10325bf0 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 15:09:03 +0300 Subject: [PATCH] move @font-face out of here --- static/css/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 14a14c5..de3ac59 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,12 +1,4 @@ -@font-face { - font-family: "Rubik"; - font-display: swap; - font-weight: 100 900; - src: url("../fonts/rubik.woff2") format('woff2-variations'); -} - :root { - --bs-font-sans-serif: "Rubik", sans-serif; --bs-link-color-rgb: var(--bs-primary-rgb); --bs-nav-link-color: var(--bs-primary); --bs-border-radius: .5rem;