aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/assets/scss/_fonts.scss
blob: 5add784fbca99b088d79725360a624bdda09f6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
    margin: 0;
    font-family: 'DejaVu Sans';
}
h1, h2, h3, h4 {
    font-weight: 400;
}
code[class*="language-"], nav, .blog-list {
    font-style: normal;
    font-weight: 400;
    font-size: 1.025rem;
}

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

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