mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 16:28:17 +00:00
Rename serif font
This commit is contained in:
parent
fe67e92f43
commit
4197eec7ec
2 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
@import '@fontsource/jersey-15';
|
||||
|
||||
@font-face {
|
||||
font-family: 'Expensify New Kansas';
|
||||
font-family: 'Daydream New';
|
||||
font-display: swap;
|
||||
src: url('/fonts/serif.woff') format('woff');
|
||||
font-weight: 400;
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Expensify New Kansas';
|
||||
font-family: 'Daydream New';
|
||||
font-display: swap;
|
||||
src: url('/fonts/serif-italic.woff') format('woff');
|
||||
font-weight: 400;
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
@theme {
|
||||
--font-sans: 'Atkinson Hyperlegible', ui-sans-serif, sans-serif;
|
||||
--font-serif: 'Expensify New Kansas', ui-serif, serif;
|
||||
--font-serif: 'Daydream New', ui-serif, serif;
|
||||
--font-pixel: 'Jersey 15', monospace;
|
||||
--color-gradient-daydream: linear-gradient(to bottom, #487DAB, #3F709A);
|
||||
--color-daydream: #44DBC8;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/* Define the Daydream fonts */
|
||||
@font-face {
|
||||
font-family: 'Expensify New Kansas';
|
||||
font-family: 'Daydream New';
|
||||
font-display: swap;
|
||||
src: url('https://daydream.hackclub.com/fonts/serif.woff') format('woff');
|
||||
font-weight: 400;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Expensify New Kansas';
|
||||
font-family: 'Daydream New';
|
||||
font-display: swap;
|
||||
src: url('https://daydream.hackclub.com/fonts/serif-italic.woff') format('woff');
|
||||
font-weight: 400;
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/* Apply serif font to all headers */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Expensify New Kansas', ui-serif, serif !important;
|
||||
font-family: 'Daydream New', ui-serif, serif !important;
|
||||
color: #833710;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
@ -144,7 +144,7 @@ a {
|
|||
|
||||
/* make the 'Thank You' text use the header font */
|
||||
.fillout-field-thank-you > div > div > div:not(.mt-\[3px\]) p {
|
||||
font-family: 'Expensify New Kansas', ui-serif, serif !important;
|
||||
font-family: 'Daydream New', ui-serif, serif !important;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue