We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfd607 commit b2c4283Copy full SHA for b2c4283
src/assets/css/style.css
@@ -53,6 +53,12 @@
53
--text-xxs: 0.625rem;
54
--text-xxs--line-height: calc(1 / 0.625);
55
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
+
62
/* Palette Colors */
63
--color-charcoal-100: #171718;
64
--color-charcoal-200: #202121;
0 commit comments