aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/assets/scss/_fonts.scss
blob: 586ad0afb5fc29ba679719f79994b98295a4191e (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
* {
    box-sizing: border-box;
    font-family: 'DejaVu Sans';

}
body {
    margin: 0;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
code[class*="language-"], nav, .blog-list {
    font-style: normal;
    font-weight: 400;
    font-size: 1.025rem;
}
code {
    font-family: "DejaVu Sans Mono";
}

tags {
    font-family: "DejaVu Sans Mono";
}

.list-item {
    font-family: "DejaVu Sans Mono";
}