mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-01-08 22:18:00 -05:00
Merge branch 'release' into patch-1
This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
@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/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2'),
|
||||
url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff'),
|
||||
url('./VF/SourceCodeVF-Upright.ttf') format('truetype');
|
||||
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{
|
||||
font-family: 'Source Code Variable';
|
||||
font-family: 'Source Code VF';
|
||||
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');
|
||||
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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user