1@font-face {
2    font-family: "NotoSans NF";
3    src:    local("NotoSansNerdFont-Bold"),
4            url("fonts/NotoSansNerdFont-Bold.woff2") format("woff2");
5    font-stretch: normal;
6    font-style: normal;
7    font-weight: 700;
8}
9@font-face {
10    font-family: "NotoSans NF";
11    src:    local("NotoSansNerdFont-BoldItalic"),
12            url("fonts/NotoSansNerdFont-BoldItalic.woff2") format("woff2");
13    font-stretch: normal;
14    font-style: italic;
15    font-weight: 700;
16}
17@font-face {
18    font-family: "NotoSans NF";
19    src:    local("NotoSansNerdFont-Italic"),
20            url("fonts/NotoSansNerdFont-Italic.woff2") format("woff2");
21    font-stretch: normal;
22    font-style: italic;
23    font-weight: 400;
24}
25@font-face {
26    font-family: "NotoSans NF";
27    src:    local("NotoSansNerdFont-Regular"),
28            url("fonts/NotoSansNerdFont-Regular.woff2") format("woff2");
29    font-stretch: normal;
30    font-style: normal;
31    font-weight: 400;
32}
33