typeface.css 1.16 KB
Newer Older
Cholgrrr's avatar
Cholgrrr committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@font-face {
    font-family: "ApfelGrotezk_regular";
    src: url("../typeface/ApfelGrotezk-Regular.woff2") format("woff2"),
        url("../typeface/ApfelGrotezk-Regular.woff") format("woff");
}

@font-face {
    font-family: "ApfelGrotezk_Brukt";
    src: url("../typeface/ApfelGrotezk-Brukt.woff2") format("woff2"),
        url("../typeface/ApfelGrotezk-Brukt.woff") format("woff");
}

@font-face {
    font-family: "ApfelGrotezk_Fett";
    src: url("../typeface/ApfelGrotezk-Fett.woff2") format("woff2"),
        url("../typeface/ApfelGrotezk-Fett.woff") format("woff");
}


p {
    font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
update    
Cholgrrr committed
22
    font-size: 1.5em;
Cholgrrr's avatar
Cholgrrr committed
23
    line-height: 100%
Cholgrrr's avatar
Cholgrrr committed
24
25
26
}

h1 {
Cholgrrr's avatar
Cholgrrr committed
27
28
    font-family: 'ApfelGrotezk_regular';
    font-size: 60px;
Cholgrrr's avatar
Cholgrrr committed
29
    margin: 20px;
Cholgrrr's avatar
Cholgrrr committed
30

Cholgrrr's avatar
Cholgrrr committed
31
32
33
34
35
36
37
38
}

h2 {
    font-family: 'ApfelGrotezk_regular';
    font-size: 30px;
    color: black;
    padding-left: 1em;
    padding-right: 1em;
Cholgrrr's avatar
Cholgrrr committed
39
    text-align: center;
Cholgrrr's avatar
Cholgrrr committed
40
41
42
43
}

h3 {
    font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
44
    font-size: 60px;
Cholgrrr's avatar
Cholgrrr committed
45
    text-align: center;
Cholgrrr's avatar
Cholgrrr committed
46
    margin: 10px;
Cholgrrr's avatar
update    
Cholgrrr committed
47
48
49
50
}

h4 {
    font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
51
    font-size: 1.5em;
Cholgrrr's avatar
update    
Cholgrrr committed
52
53
54
55
    color: black;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
Cholgrrr's avatar
Cholgrrr committed
56
}