feat: replace design system tokens with zine direction palette and typography
This commit is contained in:
parent
30ac314a74
commit
238d68d063
4 changed files with 173 additions and 629 deletions
|
|
@ -1,47 +1,8 @@
|
|||
/*
|
||||
* Font declarations for Ghost Guild
|
||||
* Font declarations for Ghost Guild — Zine Direction
|
||||
*
|
||||
* Quietism: Display/heading font (serif)
|
||||
* Place woff2 files in public/fonts/
|
||||
* Expected files: Quietism-Regular.woff2, Quietism-Medium.woff2,
|
||||
* Quietism-Bold.woff2, Quietism-Italic.woff2
|
||||
* Brygada 1918: Display/heading serif (Google Fonts, variable 400-700, italic)
|
||||
* Commit Mono: Body/UI monospace (Google Fonts)
|
||||
*
|
||||
* Inter and Ubuntu Mono are loaded via @nuxt/fonts module.
|
||||
* See nuxt.config.ts for configuration.
|
||||
* Loaded via Google Fonts link in nuxt.config.ts head.
|
||||
*/
|
||||
|
||||
/* @font-face declarations commented out until .woff2 files are added to public/fonts/
|
||||
Uncomment these when Quietism font files are available:
|
||||
|
||||
@font-face {
|
||||
font-family: "Quietism";
|
||||
src: url("/fonts/Quietism-Regular.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Quietism";
|
||||
src: url("/fonts/Quietism-Medium.woff2") format("woff2");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Quietism";
|
||||
src: url("/fonts/Quietism-Bold.woff2") format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Quietism";
|
||||
src: url("/fonts/Quietism-Italic.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue