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

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

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

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

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

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