aboutsummaryrefslogtreecommitdiff
path: root/views/common/fonts.css
blob: 1dd094e84eacccf6d34a8a6449b12959517b9346 (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;
}

* {
    cursor: not-allowed !important;
}