move @font-face out of here

This commit is contained in:
mst 2024-11-26 15:09:03 +03:00
parent 069e789978
commit 8f9459c0a4

View file

@ -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;