mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2024-12-30 14:26:16 +01:00
CSS: prefer smaller-filesize VFs
This commit is contained in:
parent
3ff58b597e
commit
71f2c180e5
7 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
BIN
docs/WOFF2/SourceSans3VF-Italic.otf.woff2
Normal file
BIN
docs/WOFF2/SourceSans3VF-Italic.otf.woff2
Normal file
Binary file not shown.
BIN
docs/WOFF2/SourceSans3VF-Roman.otf.woff2
Normal file
BIN
docs/WOFF2/SourceSans3VF-Roman.otf.woff2
Normal file
Binary file not shown.
|
@ -113,16 +113,16 @@
|
|||
font-weight: 200 900;
|
||||
font-style: normal;
|
||||
font-stretch: normal;
|
||||
src: url('WOFF2/TTF/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations'),
|
||||
url('WOFF/OTF/SourceSans3VF-Roman.otf.woff') format('woff-variations');
|
||||
src: url('WOFF2/SourceSans3VF-Roman.otf.woff2') format('woff2-variations'),
|
||||
url('WOFF2/SourceSans3VF-Roman.ttf.woff2') format('woff2-variations');
|
||||
}
|
||||
@font-face{
|
||||
font-family: 'Source Sans 3 VF';
|
||||
font-weight: 200 900;
|
||||
font-style: italic;
|
||||
font-stretch: normal;
|
||||
src: url('WOFF2/TTF/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations'),
|
||||
url('WOFF/OTF/SourceSans3VF-Italic.otf.woff') format('woff-variations');
|
||||
src: url('WOFF2/SourceSans3VF-Italic.otf.woff2') format('woff2-variations'),
|
||||
url('WOFF2/SourceSans3VF-Italic.ttf.woff2') format('woff2-variations');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue