-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbigblueterminal.css
48 lines (48 loc) · 1.61 KB
/
bigblueterminal.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
@font-face {
font-family: "BigBlueTerm437 Nerd Font";
src: local("BigBlueTerm437NerdFont-Regular"),
url("fonts/BigBlueTerm437NerdFont-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "BigBlueTerm437 Nerd Font Mono";
src: local("BigBlueTerm437NerdFontMono-Regular"),
url("fonts/BigBlueTerm437NerdFontMono-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "BigBlueTerm437 Nerd Font Propo";
src: local("BigBlueTerm437NerdFontPropo-Regular"),
url("fonts/BigBlueTerm437NerdFontPropo-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "BigBlueTermPlus Nerd Font";
src: local("BigBlueTermPlusNerdFont-Regular"),
url("fonts/BigBlueTermPlusNerdFont-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "BigBlueTermPlus Nerd Font Mono";
src: local("BigBlueTermPlusNerdFontMono-Regular"),
url("fonts/BigBlueTermPlusNerdFontMono-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "BigBlueTermPlus Nerd Font Propo";
src: local("BigBlueTermPlusNerdFontPropo-Regular"),
url("fonts/BigBlueTermPlusNerdFontPropo-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}