FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
source-code-pro/source-code-variable.css at patch-1 · anderaiprosicks/source-code-pro · GitHub
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
anderaiprosicks
/
source-code-pro
Public archive
forked from
adobe-fonts/source-code-pro
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
source-code-pro
/
source-code-variable.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (24 loc) · 1.25 KB
Breadcrumbs
source-code-pro
/
source-code-variable.css
Copy path
File metadata and controls
25 lines (24 loc) · 1.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@font-face
{
font-family
:
'Source Code VF'
;
font-weight
:
200
900
;
font-style
:
normal;
font-stretch
:
normal;
src
:
url
(
'./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2'
)
format
(
'woff2-variations'
)
,
url
(
'./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2'
)
format
(
'woff2 supports variations'
)
,
url
(
'./WOFF/VF/SourceCodeVF-Upright.ttf.woff'
)
format
(
'woff-variations'
)
,
url
(
'./WOFF/VF/SourceCodeVF-Upright.ttf.woff'
)
format
(
'woff supports variations'
)
,
url
(
'./VF/SourceCodeVF-Upright.ttf'
)
format
(
'truetype-variations'
);
url(
'./VF/SourceCodeVF-Upright.ttf'
) f
or
mat(
'truetype supports variations'
);
}
@font-face
{
font-family
:
'Source Code VF'
;
font-weight
:
200
900
;
font-style
:
italic;
font-stretch
:
normal;
src
:
url
(
'./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2'
)
format
(
'woff2-variations'
)
,
url
(
'./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2'
)
format
(
'woff2 supports variations'
)
,
url
(
'./WOFF/VF/SourceCodeVF-Italic.ttf.woff'
)
format
(
'woff-variations'
)
,
url
(
'./WOFF/VF/SourceCodeVF-Italic.ttf.woff'
)
format
(
'woff supports variations'
)
,
url
(
'./VF/SourceCodeVF-Italic.ttf'
)
format
(
'truetype-variations'
);
url(
'./VF/SourceCodeVF-Italic.ttf'
) f
or
mat(
'truetype supports variations'
);
}
Back
|
FazBrowse Home
|
New Git URL