From dfa42a8ffea66bc0215b9727a0d393ad955371a9 Mon Sep 17 00:00:00 2001 From: Carter McBride Date: Wed, 17 May 2023 14:56:52 +0000 Subject: [PATCH] Build stylesheets with updated font paths --- fonts/stylesheets/stylesheet.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index e95e2aa..83dbe11 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -824,25 +824,25 @@ font-family: 'intel-one-mono'; font-weight: normal; font-style: normal; - src: url('../resources/intel-one-mono/intelone-mono-font-family-regular.woff2'); + src: url('../resources/intel-one-mono/intel-one-mono.woff2'); } @font-face { font-family: 'intel-one-mono'; font-weight: normal; font-style: italic; - src: url('../resources/intel-one-mono/intelone-mono-font-family-italic.woff2'); + src: url('../resources/intel-one-mono/intel-one-mono-italic.woff2'); } @font-face { font-family: 'intel-one-mono'; font-weight: bold; font-style: normal; - src: url('../resources/intel-one-mono/intelone-mono-font-family-bold.woff2'); + src: url('../resources/intel-one-mono/intel-one-mono-bold.woff2'); } @font-face { font-family: 'intel-one-mono'; font-weight: bold; font-style: italic; - src: url('../resources/intel-one-mono/intelone-mono-font-family-bolditalic.woff2'); + src: url('../resources/intel-one-mono/intel-one-mono-bolditalic.woff2'); } @font-face { font-family: 'iosevka';