aboutsummaryrefslogtreecommitdiff
path: root/views/common/fonts.css
blob: 5aa99e05c27d3cd3f85c96c1d5e565204e3675df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@font-face {
    font-family: "Comfortaa";
    src: url("regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Comfortaa";
    src: url("bold.ttf");
    font-weight: bold;
}

*, body, html, div {
    font-family: "Comfortaa", -apple-system, sans-serif;
}

#gpuinfo-inner, #gpuinfo-inner * {
    font-family: monospace !important;
}

body, * {
    cursor: default !important;
}