1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-26 14:16:03 +01:00

Merge pull request #262 from andersk/variable-format

Correct `format()` in `source-sans-3VF.css`
This commit is contained in:
Paul D. Hunt 2024-06-12 14:38:29 +10:00 committed by GitHub
commit 82818d4770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,9 @@
font-weight: 200 900;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/VF/SourceSans3VF-Upright.ttf.woff2') format('woff2'),
url('WOFF/VF/SourceSans3VF-Upright.ttf.woff') format('woff'),
url('VF/SourceSans3VF-Upright.ttf') format('truetype');
src: url('WOFF2/VF/SourceSans3VF-Upright.ttf.woff2') format('woff2-variations'),
url('WOFF/VF/SourceSans3VF-Upright.ttf.woff') format('woff-variations'),
url('VF/SourceSans3VF-Upright.ttf') format('truetype-variations');
}
@font-face{
@ -13,7 +13,7 @@
font-weight: 200 900;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/VF/SourceSans3VF-Italic.ttf.woff2') format('woff2'),
url('WOFF/VF/SourceSans3VF-Italic.ttf.woff') format('woff'),
url('VF/SourceSans3VF-Italic.ttf') format('truetype');
src: url('WOFF2/VF/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
url('WOFF/VF/SourceSans3VF-Italic.ttf.woff') format('woff-variations'),
url('VF/SourceSans3VF-Italic.ttf') format('truetype-variations');
}