Skip to content

Commit b2c4283

Browse files
committed
Add ABC ROM fonts as CSS variables in @theme
1 parent 0cfd607 commit b2c4283

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/assets/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
--text-xxs: 0.625rem;
5454
--text-xxs--line-height: calc(1 / 0.625);
5555

56+
/* Font Families */
57+
--font-abc-rom: "ABC ROM", sans-serif;
58+
--font-abc-rom-regular: "ABC ROM Regular", sans-serif;
59+
--font-abc-rom-medium: "ABC ROM Medium", sans-serif;
60+
--font-abc-rom-black-italic: "ABC ROM Black Italic", sans-serif;
61+
5662
/* Palette Colors */
5763
--color-charcoal-100: #171718;
5864
--color-charcoal-200: #202121;

0 commit comments

Comments
 (0)