Files
source-code-pro/source-code-variable.css
Wolfgang Keller efa2b24d9d Fixed outdated directories/filenames in source-code-variable.css
Various directories/filenames in source-code-variable.css are outdated. This patch corrects these directories/filenames.
2023-09-20 23:11:56 +02:00

20 lines
686 B
CSS

@font-face{
font-family: 'Source Code Variable';
font-weight: 200 900;
font-style: normal;
font-stretch: normal;
src: url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2'),
url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff'),
url('./VF/SourceCodeVF-Upright.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Variable';
font-weight: 200 900;
font-style: italic;
font-stretch: normal;
src: url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2'),
url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff'),
url('./VF/SourceCodeVF-Italic.ttf') format('truetype');
}