From 728741821c883ff15e0baa80d56dac2d0cf8f5a0 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 12 May 2024 23:45:50 -0500 Subject: [PATCH] feat(style): rest of font faces --- index.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index a8ec2b0..920762c 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,29 @@ @font-face { - font-family: Signifier; + font-family: 'Signifier'; src: url('public/signifier/Signifier-Regular.ttf'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Signifier'; + src: url('public/signifier/Signifier-Italic.ttf'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Signifier'; + src: url('public/signifier/Signifier-Bold.ttf'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Signifier'; + src: url('public/signifier/Signifier-BoldItalic.ttf'); + font-weight: bold; + font-style: italic; } html,