Welcome to mirror list, hosted at ThFree Co, Russian Federation.

typography.scss « custom « sass « static - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 019695d99bda2d5f6b9df5a51a2642c162d68aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
////
/// Typography
////

html {
    color: $dark;
    font-size: $fontSize;
}

.headlines__title {
    font-size: $fontSize * 1.5;
}

.headlines__baseline {
    font-size: $fontSize;
}

h1, h2, h3, h4, h5, h6 {
    font-family: $fontFamilyAlternative;
}