typeface.css 1.14 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
24
25
}

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

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

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

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

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