mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
i broke shit...
This commit is contained in:
parent
d6cb5a819e
commit
51f50668a6
1 changed files with 11 additions and 13 deletions
24
style.css
24
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue