mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2024-12-26 14:16:03 +01:00
Correct format() in source-sans-3VF.css
This is required to let browsers that don’t support variable fonts (e.g. Firefox on Windows 8) avoid downloading them and fall back to something usable. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
ca29c267ae
commit
98d63a9d64
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