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;