-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
31 lines (28 loc) · 705 Bytes
/
fonts.css
File metadata and controls
31 lines (28 loc) · 705 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
@font-face {
font-family: "DM Sans";
font-style: italic;
font-weight: 400;
font-display: swap;
src: url("/public/fonts/dm-sans-italic-400.woff2") format("woff2");
}
@font-face {
font-family: "DM Sans";
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url("/public/fonts/dm-sans-roman.woff2") format("woff2");
}
@font-face {
font-family: "Fraunces";
font-style: italic;
font-weight: 500;
font-display: swap;
src: url("/public/fonts/fraunces-italic-500.woff2") format("woff2");
}
@font-face {
font-family: "Fraunces";
font-style: normal;
font-weight: 500 700;
font-display: swap;
src: url("/public/fonts/fraunces-roman.woff2") format("woff2");
}