-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleLight.css
More file actions
41 lines (36 loc) · 1004 Bytes
/
Copy pathstyleLight.css
File metadata and controls
41 lines (36 loc) · 1004 Bytes
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
/* Fonts converted and modified by Xenon Lucifer Diablo. */
/* Retina */
@font-face {
font-family: "Furious Coder";
src: url("./fonts/FuriousCoder.woff2") format("woff2"); /* Modern Browsers */
font-weight: 500;
font-style: normal;
}
/* Light */
@font-face {
font-family: "Furious Coder";
src: url("./fonts/FuriousCoder-Light.woff2") format("woff2"); /* Modern Browsers */
font-weight: 300;
font-style: normal;
}
/* Regular */
@font-face {
font-family: "Furious Coder";
src: url("./fonts/FuriousCoder-Regular.woff2") format("woff2"); /* Modern Browsers */
font-weight: 400;
font-style: normal;
}
/* Bold */
@font-face {
font-family: "Furious Coder";
src: url("./fonts/FuriousCoder-Bold.woff2") format("woff2"); /* Modern Browsers */
font-weight: 700;
font-style: normal;
}
/* Medium */
@font-face {
font-family: "Furious Coder";
src: url("./fonts/FuriousCoder-Medium.woff2") format("woff2"); /* Modern Browsers */
font-weight: 600;
font-style: normal;
}