-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsauce-code-nerd-font.css
More file actions
executable file
·22 lines (22 loc) · 965 Bytes
/
sauce-code-nerd-font.css
File metadata and controls
executable file
·22 lines (22 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@font-face {
font-family: 'Sauce Code Pro Complete';
font-style: normal;
font-weight: 200;
src: url('https://github.com/mvandermeulen/blinkfont/blob/master/Sauce_Code_Pro_Light_Nerd_Font_Complete_Mono.otf?raw=true') format('opentype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-style: normal;
font-weight: 400;
src: url('https://github.com/mvandermeulen/blinkfont/blob/master/Sauce_Code_Pro_Nerd_Font_Complete_Mono.otf?raw=true') format('opentype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-weight: 600;
src: url('https://github.com/mvandermeulen/blinkfont/blob/master/Sauce_Code_Pro_Medium_Nerd_Font_Complete_Mono.otf?raw=true') format('opentype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-weight: 800;
src: url('https://github.com/mvandermeulen/blinkfont/blob/master/Sauce_Code_Pro_Bold_Nerd_Font_Complete_Mono.otf?raw=true') format('opentype');
}