Defect #42644 ยป fix-noto-sans-font-file-name.patch
app/assets/stylesheets/wiki_syntax.css | ||
---|---|---|
1 | 1 |
@font-face { |
2 |
font-family: "Noto Sans"; |
|
3 |
src: url("/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"); |
|
4 |
font-weight: 100 900; |
|
5 |
font-stretch: 75% 125%; |
|
6 |
font-style: normal; |
|
7 |
font-display: swap; |
|
2 |
font-family: "Noto Sans"; |
|
3 |
src: url("/NotoSans-Regular.woff2") format("woff2"); |
|
4 |
font-weight: 400; |
|
5 |
font-style: normal; |
|
6 |
font-display: swap; |
|
8 | 7 |
} |
9 | 8 | |
10 | 9 |
@font-face { |
11 |
font-family: "Noto Sans"; |
|
12 |
src: url("/NotoSans-Italic-VariableFont_wdth,wght.woff2") format("woff2"); |
|
13 |
font-weight: 100 900; |
|
14 |
font-stretch: 75% 125%; |
|
15 |
font-style: italic; |
|
16 |
font-display: swap; |
|
10 |
font-family: "Noto Sans"; |
|
11 |
src: url("/NotoSans-Bold.woff2") format("woff2"); |
|
12 |
font-weight: 700; |
|
13 |
font-style: normal; |
|
14 |
font-display: swap; |
|
15 |
} |
|
16 | ||
17 |
@font-face { |
|
18 |
font-family: "Noto Sans"; |
|
19 |
src: url("/NotoSans-Italic.woff2") format("woff2"); |
|
20 |
font-weight: 400; |
|
21 |
font-style: italic; |
|
22 |
font-display: swap; |
|
23 |
} |
|
24 | ||
25 |
@font-face { |
|
26 |
font-family: "Noto Sans"; |
|
27 |
src: url("/NotoSans-BoldItalic.woff2") format("woff2"); |
|
28 |
font-weight: 700; |
|
29 |
font-style: italic; |
|
30 |
font-display: swap; |
|
17 | 31 |
} |
18 | 32 | |
19 | 33 |
:root { |
app/assets/stylesheets/wiki_syntax_detailed.css | ||
---|---|---|
1 | 1 |
@font-face { |
2 |
font-family: "Noto Sans"; |
|
3 |
src: url("/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"); |
|
4 |
font-weight: 100 900; |
|
5 |
font-stretch: 75% 125%; |
|
6 |
font-style: normal; |
|
7 |
font-display: swap; |
|
2 |
font-family: "Noto Sans"; |
|
3 |
src: url("/NotoSans-Regular.woff2") format("woff2"); |
|
4 |
font-weight: 400; |
|
5 |
font-style: normal; |
|
6 |
font-display: swap; |
|
8 | 7 |
} |
9 | 8 | |
10 | 9 |
@font-face { |
11 |
font-family: "Noto Sans"; |
|
12 |
src: url("/NotoSans-Italic-VariableFont_wdth,wght.woff2") format("woff2"); |
|
13 |
font-weight: 100 900; |
|
14 |
font-stretch: 75% 125%; |
|
15 |
font-style: italic; |
|
16 |
font-display: swap; |
|
10 |
font-family: "Noto Sans"; |
|
11 |
src: url("/NotoSans-Bold.woff2") format("woff2"); |
|
12 |
font-weight: 700; |
|
13 |
font-style: normal; |
|
14 |
font-display: swap; |
|
15 |
} |
|
16 | ||
17 |
@font-face { |
|
18 |
font-family: "Noto Sans"; |
|
19 |
src: url("/NotoSans-Italic.woff2") format("woff2"); |
|
20 |
font-weight: 400; |
|
21 |
font-style: italic; |
|
22 |
font-display: swap; |
|
23 |
} |
|
24 | ||
25 |
@font-face { |
|
26 |
font-family: "Noto Sans"; |
|
27 |
src: url("/NotoSans-BoldItalic.woff2") format("woff2"); |
|
28 |
font-weight: 700; |
|
29 |
font-style: italic; |
|
30 |
font-display: swap; |
|
17 | 31 |
} |
18 | 32 | |
19 | 33 |
:root { |