summaryrefslogtreecommitdiff
path: root/assets/css/utils.css
blob: d6ab5446182204c426af9e95d202ccf427d01f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.flex {
    display: flex;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.small {
    font-size: medium;
}

.monospace {
    font-family: "Monaspace";
}