-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathd2coding.css
48 lines (48 loc) · 1.62 KB
/
d2coding.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: "D2CodingLigature Nerd Font";
src: local("D2CodingLigatureNerdFont-Bold"),
url("fonts/D2CodingLigatureNerdFont-Bold.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "D2CodingLigature Nerd Font";
src: local("D2CodingLigatureNerdFont-Regular"),
url("fonts/D2CodingLigatureNerdFont-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "D2CodingLigature Nerd Font Mono";
src: local("D2CodingLigatureNerdFontMono-Bold"),
url("fonts/D2CodingLigatureNerdFontMono-Bold.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "D2CodingLigature Nerd Font Mono";
src: local("D2CodingLigatureNerdFontMono-Regular"),
url("fonts/D2CodingLigatureNerdFontMono-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "D2CodingLigature Nerd Font Propo";
src: local("D2CodingLigatureNerdFontPropo-Bold"),
url("fonts/D2CodingLigatureNerdFontPropo-Bold.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "D2CodingLigature Nerd Font Propo";
src: local("D2CodingLigatureNerdFontPropo-Regular"),
url("fonts/D2CodingLigatureNerdFontPropo-Regular.woff2") format("woff2");
font-stretch: normal;
font-style: normal;
font-weight: 400;
}