fix: style-guide page actually applies tokens and fonts
This commit is contained in:
parent
31070c69b2
commit
13a0d32dda
1 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,9 @@
|
|||
Global styles — @font-face, resets, base semantic styles
|
||||
============================================================= */
|
||||
|
||||
/* @import must precede all other rules (CSS spec) */
|
||||
@import "./tokens.css";
|
||||
|
||||
/* --- Fonts (self-hosted, served from /public/fonts/) --- */
|
||||
|
||||
@font-face {
|
||||
|
|
@ -90,8 +93,6 @@
|
|||
src: url("/fonts/Newsreader-ExtraBold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@import "./tokens.css";
|
||||
|
||||
/* --- Reset --- */
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue