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) · 722 Bytes
/
Copy pathsource-code-variable.css
File metadata and controls
19 lines (18 loc) · 722 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 Variable';
font-weight:200900;
font-style: normal;
font-stretch: normal;
src:url('./WOFF2/VAR/SourceCodeVariable-Roman.ttf.woff2') format('woff2'),
url('./WOFF/VAR/SourceCodeVariable-Roman.ttf.woff') format('woff'),
url('./VAR/SourceCodeVariable-Roman.ttf') format('truetype');
}
@font-face{
font-family:'Source Code Variable';
font-weight:200900;
font-style: italic;
font-stretch: normal;
src:url('./WOFF2/VAR/SourceCodeVariable-Italic.ttf.woff2') format('woff2'),
url('./WOFF/VAR/SourceCodeVariable-Italic.ttf.woff') format('woff'),
url('./VAR/SourceCodeVariable-Italic.ttf') format('truetype');
}