-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.css
27 lines (23 loc) · 796 Bytes
/
index.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
@font-face {
font-family: "SpaceGrotesk-Bold";
src: local("SpaceGrotesk-Bold"), url("./assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
}
@font-face {
font-family: "SpaceGrotesk-Light";
src: local("SpaceGrotesk-Light"), url("./assets/fonts/SpaceGrotesk-Light.ttf") format("truetype");
}
@font-face {
font-family: "SpaceGrotesk-Medium";
src: local("SpaceGrotesk-Medium"),
url("./assets/fonts/SpaceGrotesk-Medium.ttf") format("truetype");
}
@font-face {
font-family: "SpaceGrotesk-SemiBold";
src: local("SpaceGrotesk-SemiBold"),
url("./assets/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
}
@font-face {
font-family: "SpaceGrotesk-Regular";
src: local("SpaceGrotesk-Regular"),
url("./assets/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
}