Lines 1-5
Link Here
|
1 |
@font-face { |
1 |
@font-face { |
2 |
font-family: "NotoSans, sans-serif"; |
2 |
font-family: "NotoSans"; |
3 |
font-style: normal; |
3 |
font-style: normal; |
4 |
font-weight: 400; |
4 |
font-weight: 400; |
5 |
src: local("Noto Sans Regular"), |
5 |
src: local("Noto Sans Regular"), |
Lines 8-14
Link Here
|
8 |
} |
8 |
} |
9 |
|
9 |
|
10 |
@font-face { |
10 |
@font-face { |
11 |
font-family: "NotoSans, sans-serif"; |
11 |
font-family: "NotoSans"; |
12 |
font-style: bold; |
12 |
font-style: bold; |
13 |
font-weight: 700; |
13 |
font-weight: 700; |
14 |
src: local("Noto Sans Bold"), |
14 |
src: local("Noto Sans Bold"), |
Lines 17-23
Link Here
|
17 |
} |
17 |
} |
18 |
|
18 |
|
19 |
@font-face { |
19 |
@font-face { |
20 |
font-family: "NotoSans, sans-serif"; |
20 |
font-family: "NotoSans"; |
21 |
font-style: italic; |
21 |
font-style: italic; |
22 |
font-weight: 400; |
22 |
font-weight: 400; |
23 |
src: local("Noto Sans Italic"), |
23 |
src: local("Noto Sans Italic"), |
Lines 26-32
Link Here
|
26 |
} |
26 |
} |
27 |
|
27 |
|
28 |
@font-face { |
28 |
@font-face { |
29 |
font-family: "NotoSans, sans-serif"; |
29 |
font-family: "NotoSans"; |
30 |
font-style: italic; |
30 |
font-style: italic; |
31 |
font-weight: 700; |
31 |
font-weight: 700; |
32 |
src: local("Noto Sans Bold Italic"), |
32 |
src: local("Noto Sans Bold Italic"), |
33 |
- |
|
|