forked from Koruri/Koruri
-
Notifications
You must be signed in to change notification settings - Fork 1
/
koruri.css
32 lines (30 loc) · 1020 Bytes
/
koruri.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
@font-face {
font-family: "Koruri";
src: url("./fonts/koruri-regular.eot");
src: url("./fonts/koruri-regular.eot?#iefix") format("embedded-opentype"),
url("./fonts/koruri-regular.woff") format("woff"),
url("./fonts/koruri-regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Koruri";
src: url("./fonts/koruri-semibold.eot");
src: url("./fonts/koruri-semibold.eot?#iefix") format("embedded-opentype"),
url("./fonts/koruri-semibold.woff") format("woff"),
url("./fonts/koruri-semibold.ttf") format("truetype");
font-style: normal;
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: "Koruri";
src: url("./fonts/koruri-bold.eot");
src: url("./fonts/koruri-bold.eot?#iefix") format("embedded-opentype"),
url("./fonts/koruri-bold.woff") format("woff"),
url("./fonts/koruri-bold.ttf") format("truetype");
font-style: normal;
font-weight: 700;
font-display: swap;
}