-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPowerlineFonts.css
45 lines (45 loc) · 1.25 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
@font-face {
font-family: "Anonymous Pro";
src: local("Anonymice Powerline"),
url(fonts/AnonymousPro.woff2) format("woff2");
}
@font-face {
font-family: Inconsolata;
src: local("Inconsolata for Powerline"),
url(fonts/Inconsolata.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";
font-style: normal;
font-weight: 400;
src: local("Sauce Code Powerline Regular"),
url(fonts/SourceCodePro.woff2) format("woff2");
}
@font-face {
font-family: "Source Code Pro for Powerline";
font-style: normal;
font-weight: 400;
src: local("Sauce Code Powerline Regular"),
url(fonts/SourceCodePro.woff2) format("woff2");
}
@font-face {
font-family: "Ubuntu Mono";
src: local("Ubuntu Mono derivative Powerline"),
url(fonts/UbuntuMono.woff2) format("woff2");
}
@font-face {
font-family: "DejaVu Sans Mono for Powerline";
font-style: normal;
font-weight: 400;
src: local("DejaVu Sans Mono for Powerline"),
url(fonts/DejaVuSansMono.woff2) format("woff2");