1@font-face {
2    font-family: "Hurmit Nerd Font";
3    src:    local("HurmitNerdFont-Bold"),
4            url("fonts/HurmitNerdFont-Bold.woff2") format("woff2");
5    font-stretch: normal;
6    font-style: normal;
7    font-weight: 700;
8}
9@font-face {
10    font-family: "Hurmit Nerd Font";
11    src:    local("HurmitNerdFont-BoldItalic"),
12            url("fonts/HurmitNerdFont-BoldItalic.woff2") format("woff2");
13    font-stretch: normal;
14    font-style: italic;
15    font-weight: 700;
16}
17@font-face {
18    font-family: "Hurmit Nerd Font";
19    src:    local("HurmitNerdFont-Italic"),
20            url("fonts/HurmitNerdFont-Italic.woff2") format("woff2");
21    font-stretch: normal;
22    font-style: italic;
23    font-weight: 400;
24}
25@font-face {
26    font-family: "Hurmit Nerd Font";
27    src:    local("HurmitNerdFont-Light"),
28            url("fonts/HurmitNerdFont-Light.woff2") format("woff2");
29    font-stretch: normal;
30    font-style: normal;
31    font-weight: 300;
32}
33@font-face {
34    font-family: "Hurmit Nerd Font";
35    src:    local("HurmitNerdFont-LightItalic"),
36            url("fonts/HurmitNerdFont-LightItalic.woff2") format("woff2");
37    font-stretch: normal;
38    font-style: italic;
39    font-weight: 300;
40}
41@font-face {
42    font-family: "Hurmit Nerd Font";
43    src:    local("HurmitNerdFont-Regular"),
44            url("fonts/HurmitNerdFont-Regular.woff2") format("woff2");
45    font-stretch: normal;
46    font-style: normal;
47    font-weight: 400;
48}
49