aboutsummaryrefslogtreecommitdiff
path: root/views/common/fonts.css
blob: ac8f9f092edfb728d04eb2d253f6463cc54403ca (plain)
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
@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, #gpuinfo * {
    font-family: monospace !important;
}

body, * {
    cursor: url("../../cursors/main.png"), default !important;
}

input {
    cursor: url("../../cursors/text.png"), default !important;
}