Merge pull request #322 from nubok/patch-1

Fixed outdated directories/filenames in source-code-variable.css
This commit is contained in:
Paul D. Hunt
2024-08-12 10:27:18 +10:00
committed by GitHub

View File

@@ -4,8 +4,11 @@
font-style: normal;
font-stretch: normal;
src: url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2-variations'),
url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2 supports variations'),
url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff-variations'),
url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff supports variations'),
url('./VF/SourceCodeVF-Upright.ttf') format('truetype-variations');
url('./VF/SourceCodeVF-Upright.ttf') format('truetype supports variations');
}
@font-face{
@@ -14,6 +17,9 @@
font-style: italic;
font-stretch: normal;
src: url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2-variations'),
url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2 supports variations'),
url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff-variations'),
url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff supports variations'),
url('./VF/SourceCodeVF-Italic.ttf') format('truetype-variations');
url('./VF/SourceCodeVF-Italic.ttf') format('truetype supports variations');
}