From 9843b8e0a364f4d536f8a3ba087fec231e7775cd Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 8 Oct 2025 11:06:59 -0400 Subject: [PATCH] styling --- public/styles/common.css | 129 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 125 insertions(+), 4 deletions(-) diff --git a/public/styles/common.css b/public/styles/common.css index 7e57ffc..56d7bec 100644 --- a/public/styles/common.css +++ b/public/styles/common.css @@ -1,13 +1,126 @@ @font-face { font-family: 'Signifier'; - src: url('/fonts/signifier/Signifier-Regular.ttf'); - font-weight: normal; + src: url('/fonts/signifier/Signifier-Thin.ttf') format('truetype'); + font-weight: 100; font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-ThinItalic.ttf') format('truetype'); + font-weight: 100; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-Extralight.ttf') format('truetype'); + font-weight: 200; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-ExtralightItalic.ttf') format('truetype'); + font-weight: 200; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-Light.ttf') format('truetype'); + font-weight: 300; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-LightItalic.ttf') format('truetype'); + font-weight: 300; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-Regular.ttf') format('truetype'); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-RegularItalic.ttf') format('truetype'); + font-weight: 400; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-Medium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-MediumItalic.ttf') format('truetype'); + font-weight: 500; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-Bold.ttf') format('truetype'); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-BoldItalic.ttf') format('truetype'); + font-weight: 700; + font-style: italic; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-Black.ttf') format('truetype'); + font-weight: 900; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Signifier'; + src: url('/fonts/signifier/Signifier-BlackItalic.ttf') format('truetype'); + font-weight: 900; + font-style: italic; + font-display: swap; } @font-face { font-family: 'Apercu Mono'; - src: url('/fonts/apercu-mono/ApercuMono-Regular.ttf') format('truetype'); + src: url('/fonts/apercu-mono/ApercuMonoProLight.ttf') format('truetype'); + font-weight: 300; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Apercu Mono'; + src: url('/fonts/apercu-mono/ApercuMonoProRegular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; @@ -15,7 +128,15 @@ @font-face { font-family: 'Apercu Mono'; - src: url('/fonts/apercu-mono/ApercuMono-Bold.ttf') format('truetype'); + src: url('/fonts/apercu-mono/ApercuMonoProMedium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Apercu Mono'; + src: url('/fonts/apercu-mono/ApercuMonoProBold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap;