From b54b9ba270a0c7a762d20cdc790f1f8a75212fc6 Mon Sep 17 00:00:00 2001 From: Josh birnholz Date: Sun, 24 Mar 2024 02:23:35 -0400 Subject: [PATCH] Fix Dossier font --- css/style-9.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style-9.css b/css/style-9.css index dde033ee0..eddc2db96 100644 --- a/css/style-9.css +++ b/css/style-9.css @@ -114,6 +114,8 @@ @font-face { font-family: specialelite; src: url('../fonts/SpecialElite-Regular.ttf') format('truetype'); +} +@font-face { font-family: neosans; src: url('../fonts/NeoSansProRegular.OTF') format('opentype'); }