-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
48 lines (40 loc) · 1.07 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
@font-face {
font-family: Gainsborough;
src: url("https://www.mediafont.com/storage/contents/10528/font.eot"); /* IE */
src: local("Gainsborough"), url("/font/GAINSBOR.TTF"); /* non-IE */
}
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@font-face {
font-family: TTcommonsMed;
src: local("TTcommonsMed"), url("/font/TT Commons Medium.otf");
}
@font-face {
font-family: TTcommonsDemiBold;
src: local("TTcommonsDemiBold"), url("/font/TT Commons DemiBold.otf");
}
@font-face {
font-family: TTcommonsBold;
src: local("TTcommonsBold"), url("/font/TT Commons Bold.otf");
}
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
body,
html {
margin: 0;
padding: 0;
width: "100vw";
height: "100vh";
overflow: hidden;
font-family: "Manrope", sans-serif;
}
a {
text-decoration: none;
color: white;
/* padding-bottom: 1.5px;
border-bottom: 1px solid white; */
}
p {
font-family: "Manrope", sans-serif;
font-size: 12;
letter-spacing: 0.2rem;
text-transform: uppercase;
}