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

_typography.scss « scss « assets - github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38e47d9dd926514886f20c733989e891ecce1dee (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
28
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    font-size: 1.12rem;
    color: $color-dark;
}

.mainHeading {
    text-transform: uppercase;
    font-size: 5rem;
    color: $color-secondary;

    & span {
        color: $color-primary;
    }
}

.section__title {
    font-size: 2.1rem;
    color: $color-dark;
}

h1,
h2 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}