From 51f50668a6e5c4590dc8a122f3b1eabb4a9cad0b Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 17:00:40 -0800 Subject: [PATCH] i broke shit... --- style.css | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index af3bbc0..e530407 100644 --- a/style.css +++ b/style.css @@ -1,20 +1,7 @@ -@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); - * { box-sizing: border-box; } -/* urbanist-regular - latin */ -@font-face { - font-display: swap; - /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Urbanist'; - font-style: normal; - font-weight: 400; - src: url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2'); - /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - :root[theme="latte"] { --ctp-rosewater: #dc8a78; --ctp-flamingo: #dd7878; @@ -131,6 +118,17 @@ --ctp-crust: #11111b; } +/* urbanist-regular - latin */ +@font-face { + font-display: swap; + /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Urbanist'; + font-style: normal; + font-weight: 400; + src: url('../fonts/urbanist-v15-latin-regular.woff2') format('woff2'); + /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + body { background-color: var(--ctp-base); color: var(--ctp-text) !important;