forked from adobe-fonts/source-code-pro
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource-code-variable.css
More file actions
Latest commit
19 lines (18 loc) · 740 Bytes
/
Copy pathsource-code-variable.css
File metadata and controls
19 lines (18 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@font-face{
font-family:'Source Code VF';
font-weight:200900;
font-style: normal;
font-stretch: normal;
src:url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2-variations'),
url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff-variations'),
url('./VF/SourceCodeVF-Upright.ttf') format('truetype-variations');
}
@font-face{
font-family:'Source Code VF';
font-weight:200900;
font-style: italic;
font-stretch: normal;
src:url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2-variations'),
url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff-variations'),
url('./VF/SourceCodeVF-Italic.ttf') format('truetype-variations');
}