mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-01-10 23:17:59 -05:00
Various directories/filenames in source-code-variable.css are outdated. This patch corrects these directories/filenames.
20 lines
686 B
CSS
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');
|
|
}
|