-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnoto.css
38 lines (38 loc) · 1.1 KB
/
noto.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
33
34
35
36
37
38
@font-face {
font-family: "Noto Sans Hebrew";
src: url("fonts/NotoSansHebrew-Regular.ttf");
font-display: swap;
}
@font-face {
font-family: "Noto Sans Arabic";
src: url("fonts/NotoSansArabic-Regular.ttf");
font-display: swap;
}
@font-face {
font-family: "Noto Sans Devanagari";
src: url("fonts/NotoSansDevanagari-Regular.ttf");
font-display: swap;
}
@font-face {
font-family: "Noto Sans Bengali";
src: url("fonts/NotoSansBengali-Regular.ttf");
font-display: swap;
}
@font-face {
font-family: "Noto Sans Myanmar";
src: url("fonts/NotoSansMyanmar-Regular.ttf");
font-display: swap;
}
@font-face {
font-family: "Noto Sans CJK HK";
src: url("fonts/NotoSansCJKhk-Regular.otf");
font-display: swap;
}
@font-face {
font-family: "Noto Sans Math";
src: url("fonts/NotoSansMath-Regular.ttf");
font-display: swap;
}
:root {
--sans: "Noto Sans", "Noto Sans Hebrew", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans Bengali", "Noto Sans Myanmar", "Noto Sans CJK HK", "Noto Sans Math", ui-sans-serif, sans-serif;
}