From fe33fd87348c5fe8458da95a0cbc9ef52800a992 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 12 Jul 2021 21:05:34 -0400 Subject: [PATCH] remove bold variant --- themes/secluded/assets/scss/_fonts.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/themes/secluded/assets/scss/_fonts.scss b/themes/secluded/assets/scss/_fonts.scss index a5375ee..13d3c07 100644 --- a/themes/secluded/assets/scss/_fonts.scss +++ b/themes/secluded/assets/scss/_fonts.scss @@ -17,13 +17,3 @@ font-display: auto; src: url('/assets/fonts/heliotrope/heliotrope_4_italic.woff2') format('woff2'); } - -@font-face { - font-family: Heliotrope; - font-style: normal; - font-weight: bold; - font-stretch: normal; - font-stretch: normal; - font-display: auto; - src: url('/assets/fonts/heliotrope/heliotrope_4_bold.woff2') format('woff2'); -}