-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfonts.css
31 lines (31 loc) · 1.3 KB
/
fonts.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
@font-face {
font-family: "Noto Sans";
src: url("https://raw.githubusercontent.com/notofonts/latin-greek-cyrillic/refs/heads/gh-pages/fonts/NotoSans/hinted/ttf/NotoSans-Regular.ttf");
}
@font-face {
font-family: "Noto Sans";
src: url("https://raw.githubusercontent.com/notofonts/latin-greek-cyrillic/refs/heads/gh-pages/fonts/NotoSans/hinted/ttf/NotoSans-SemiBold.ttf");
font-weight: 600;
}
@font-face {
font-family: "Noto Sans CJK JP";
src: url("https://raw.githubusercontent.com/notofonts/noto-cjk/refs/heads/main/Sans/OTF/Japanese/NotoSansCJKjp-Regular.otf");
}
@font-face {
font-family: "Iosevka Toaq Aile";
src: url("https://raw.githubusercontent.com/toaq/fonts/refs/heads/main/woff2/IosevkaToaqAile-Regular.woff2") format(woff2);
}
@font-face {
font-family: "Iosevka Toaq Aile";
src: url("https://raw.githubusercontent.com/toaq/fonts/refs/heads/main/woff2/IosevkaToaqAile-Bold.woff2") format(woff2);
font-weight: 700;
}
@font-face {
font-family: "Iosevka Toaq";
src: url("https://raw.githubusercontent.com/toaq/fonts/refs/heads/main/woff2/IosevkaToaq-Regular.woff2") format(woff2);
}
@font-face {
font-family: "Iosevka Toaq";
src: url("https://raw.githubusercontent.com/toaq/fonts/refs/heads/main/woff2/IosevkaToaq-Bold.woff2") format(woff2);
font-weight: 700;
}