From 2d83d01a4ca32b4a94efd2c4da5e4440eb18625a Mon Sep 17 00:00:00 2001 From: Julien Gargot Date: Sat, 14 Oct 2023 13:53:23 +0200 Subject: [PATCH] fix: Corrected font-face path declarations --- source-code-variable.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source-code-variable.css b/source-code-variable.css index 94a7dc4c2f..10b79715ab 100644 --- a/source-code-variable.css +++ b/source-code-variable.css @@ -1,19 +1,19 @@ @font-face{ - font-family: 'Source Code Variable'; + font-family: 'Source Code VF'; font-weight: 200 900; font-style: normal; font-stretch: normal; - src: url('./WOFF2/VAR/SourceCodeVariable-Roman.ttf.woff2') format('woff2-variations'), - url('./WOFF/VAR/SourceCodeVariable-Roman.ttf.woff') format('woff-variations'), - url('./VAR/SourceCodeVariable-Roman.ttf') format('truetype-variations'); + src: url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2-variations'), + url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff-variations'), + url('./VF/SourceCodeVF-Upright.ttf') format('truetype-variations'); } @font-face{ - font-family: 'Source Code Variable'; + font-family: 'Source Code VF'; font-weight: 200 900; font-style: italic; font-stretch: normal; - src: url('./WOFF2/VAR/SourceCodeVariable-Italic.ttf.woff2') format('woff2-variations'), - url('./WOFF/VAR/SourceCodeVariable-Italic.ttf.woff') format('woff-variations'), - url('./VAR/SourceCodeVariable-Italic.ttf') format('truetype-variations'); + src: url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2-variations'), + url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff-variations'), + url('./VF/SourceCodeVF-Italic.ttf') format('truetype-variations'); }