-
Notifications
You must be signed in to change notification settings - Fork 53
/
PowerlineFonts.css
103 lines (91 loc) · 2.63 KB
/
PowerlineFonts.css
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@font-face {
font-family: "Anonymous Pro";
src: local("Anonymice Powerline"),
url(fonts/AnonymousPro.woff2) format("woff2");
}
@font-face {
font-family: "DejaVu Sans Mono";
src: local("DejaVu Sans Mono for Powerline"),
url(fonts/DejaVuSansMono.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "DejaVu Sans Mono";
src: local("DejaVu Sans Mono for Powerline"),
url(fonts/DejaVuSansMono-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Hack";
src: local("Hack"),
url(fonts/Hack.woff2) format("woff2");
}
@font-face {
font-family: "Inconsolata";
src: local("Inconsolata for Powerline"),
url(fonts/Inconsolata.woff2) format("woff2");
}
@font-face {
font-family: "Inconsolata-g";
src: local("Inconsolata-g for Powerline"),
url(fonts/Inconsolata-g.woff2) format('woff2');
}
@font-face {
font-family: "Iosevka";
src: local("Iosevka"),
url(fonts/iosevka-term-medium.woff2) format('woff2');
}
@font-face {
font-family: "Liberation Mono";
src: local("Literation Mono Powerline"),
url(fonts/LiberationMono.woff2) format("woff2");
}
@font-face {
font-family: "PT Mono";
src: local("PT Mono for Powerline"),
url(fonts/PTMono.woff2) format("woff2");
}
@font-face {
font-family: "Source Code Pro";
src: local("Source Code Pro for Powerline"),
local("Sauce Code Powerline"),
url(fonts/SourceCodePro.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Source Code Pro";
src: local("Source Code Pro for Powerline"),
local("Sauce Code Powerline"),
url(fonts/SourceCodePro-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Ubuntu Mono";
src: local("Ubuntu Mono derivative Powerline"),
url(fonts/UbuntuMono.woff2) format("woff2");
}
@font-face {
font-family: 'monofur for Powerline';
src: local('MonofurForPowerline.woff2'),
url(fonts/monofur/Monofur.woff2) format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'monofur for Powerline';
src: local('MonofurForPowerline.woff2'),
url(fonts/monofur/Monofur-Bold.woff2) format('woff2');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'monofur for Powerline';
src: local('MonofurForPowerline.woff2'),
url(fonts/monofur/Monofur-Italic.woff2) format('woff2');
font-weight: normal;
font-style: italic;
}