-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (37 loc) · 808 Bytes
/
style.css
File metadata and controls
41 lines (37 loc) · 808 Bytes
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
@font-face {
font-family: "nexa";
src: url("./fonts/bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "nexa";
src: url("./fonts/regular.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
canvas {
width: 1920px;
height: 1080px;
position: absolute;
}
.bold {
font-family: "nexa", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
letter-spacing: -9.3px;
font-size: 111px;
text-transform: uppercase;
color: #ffffff;
}
.regular {
font-family: "nexa", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 53px;
letter-spacing: -1.1px;
text-transform: uppercase;
color: #ffffff;
}