-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (71 loc) · 1.52 KB
/
style.css
File metadata and controls
78 lines (71 loc) · 1.52 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
@font-face {
font-family: 'Circular-Black';
src: url('fonts/CircularStd-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Circular-Med';
src: url('fonts/CircularStd-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Circular-Bold';
src: url('fonts/CircularStd-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Circular-Book';
src: url('fonts/CircularStd-Book.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
.tekskecil {
font-size: 24px;
line-height: 1.25;
font-family: "Circular-Book";
color: #0f0f0f;
}
.quanta {
font-size: 40px;
line-height: 1.25;
font-family: "Circular-Bold";
font-weight: bold;
color: #0f0f0f;
}
.The-Team {
font-family: "Circular-Bold";
font-size: 102px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.26;
letter-spacing: normal;
color: #161743;
}
.quote1st {
font-family: "Circular-Bold";
font-size: 50px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.26;
letter-spacing: normal;
color: #161743;
}
.quote2nd {
padding-left: 8%;
font-family: "Circular-Bold";
font-size: 46px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.26;
letter-spacing: normal;
color: #161743;
}
.footerImage {
background-image: linear-gradient(to bottom);
}