UI/UX tweaks and improvements.
This commit is contained in:
parent
4daec9b624
commit
418d3cc402
32 changed files with 2725 additions and 1201 deletions
|
|
@ -1,8 +1,16 @@
|
|||
/*
|
||||
* Font declarations for Ghost Guild — Zine Direction
|
||||
* Self-hosted font declarations for Ghost Guild — Zine Direction
|
||||
*
|
||||
* Brygada 1918: Display/heading serif (Google Fonts, variable 400-700, italic)
|
||||
* Commit Mono: Body/UI monospace (Google Fonts)
|
||||
* Brygada 1918: Display/heading serif
|
||||
* Commit Mono: Body/UI monospace
|
||||
*
|
||||
* Loaded via Google Fonts link in nuxt.config.ts head.
|
||||
* Fonts are bundled locally via Fontsource.
|
||||
*/
|
||||
|
||||
@import "@fontsource-variable/brygada-1918/wght.css";
|
||||
@import "@fontsource-variable/brygada-1918/wght-italic.css";
|
||||
|
||||
@import "@fontsource/commit-mono/400.css";
|
||||
@import "@fontsource/commit-mono/500.css";
|
||||
@import "@fontsource/commit-mono/600.css";
|
||||
@import "@fontsource/commit-mono/700.css";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue