-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfont.css
31 lines (26 loc) · 957 Bytes
/
font.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
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@font-face {
font-family: "Progress";
src: url("/fonts/Progress.woff2") format("woff2"),
url("./fonts/Progress.ttf") format("truetype");
}
@font-face {
font-family: "ProgressExtended-Bold";
src: url("/fonts/ProgressExtended-Bold.woff2") format("woff2"),
url("/fonts/ProgressExtended-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Giuconda-Thin";
src: url("/fonts/Giuconda\ Thin.woff2") format("woff2"),
url("/fonts/Giuconda\ Thin.ttf") format("truetype");
}
@font-face {
font-family: "Giuconda-Regular";
src: url("/fonts/Giuconda\ Regular.woff2") format("woff2"),
url("/fonts/Giuconda\ Regular.ttf") format("truetype");
}
@font-face {
font-family: "Giuconda-Semi-Bold";
src: url("/fonts/Giuconda\ Semi\ Bold.woff2") format("woff2"),
url("/fonts/Giuconda\ Semi\ Bold.ttf.ttf") format("truetype");
}