-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (53 loc) · 1.25 KB
/
style.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@font-face {
font-family: "Kollektif";
src: url('fonts/Kollektif.eot');
src: url('fonts/Kollektif.eot?#iefix') format('embedded-opentype'),
url('fonts/Kollektif.woff2') format('woff2'),
url('fonts/Kollektif.woff') format('woff'),
url('fonts/Kollektif.ttf') format('truetype'),
url('fonts/Kollektif.svg#kollektifregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Gidole";
src: url('fonts/Gidole.eot');
src: url('fonts/Gidole.eot?#iefix') format('embedded-opentype'),
url('fonts/Gidole.woff2') format('woff2'),
url('fonts/Gidole.woff') format('woff'),
url('fonts/Gidole.ttf') format('truetype'),
url('fonts/Gidole.svg#Gidoleregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background-color: #49494D;
}
h2 {
color: #E8E3D9;
font-family: "Kollektif";
font-size: 10rem;
line-height: 1rem;
}
h3 {
color: #C7BBA4;
font-family: "Gidole";
font-size: 2rem;
}
.placeholder {
position:absolute;
bottom:0;
right:0;
}
@media only screen and (min-width: 769px) {
h2 {
font-size: 10rem;
line-height: 1rem;
}
}
@media only screen and (max-width: 768px) {
h2 {
font-size: 6rem;
line-height: 1rem;
}
}