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:
commit
82818d4770
1 changed files with 6 additions and 6 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue