i broke shit...

This commit is contained in:
Gen 2024-03-06 17:00:40 -08:00
parent d6cb5a819e
commit 51f50668a6
No known key found for this signature in database
GPG key ID: CE5EAD50DD5E2278

View file

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