Fix font priority for languages using Han characters (#5930)

* Remove chinese fonts from themes (#5670)

* Adds name to credits
This commit is contained in:
Kasimir Cash 2023-12-10 11:42:08 +00:00 committed by GitHub
parent f7c160b9af
commit ea6b8b7c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 10 deletions

View File

@ -107,6 +107,7 @@ People are sorted by name so please keep this order.
* [Julien-Pierre Avérous](https://github.com/javerous): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:javerous), [Web](https://www.sourcemac.com/)
* [Justin Tracey](https://github.com/jtracey): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:jtracey), [Web](https://unsuspicious.click)
* [Kaibin Yang](https://github.com/SkyYkb): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:SkyYkb), [Web](https://kaibinyang.com/)
* [Kasimir Cash](https://github.com/KasimirCash): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:KasimirCash)
* [Kevin Papst](https://github.com/kevinpapst): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:kevinpapst), [Web](http://www.kevinpapst.de/)
* [Kiblyn11](https://github.com/Kiblyn11): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Kiblyn11)
* [kinoushe](https://github.com/kinoushe): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:kinoushe)

View File

@ -49,7 +49,7 @@
html, body {
background-color: var(--background-color-dark);
color: var(--font-color-middle);
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -49,7 +49,7 @@
html, body {
background-color: var(--background-color-dark);
color: var(--font-color-middle);
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -5,7 +5,7 @@
html, body {
background: #fafafa;
color: black;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -5,7 +5,7 @@
html, body {
background: #fafafa;
color: black;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -84,7 +84,7 @@
html, body {
background-color: var(--background-color-light);
color: var(--font-color);
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -84,7 +84,7 @@
html, body {
background-color: var(--background-color-light);
color: var(--font-color);
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -90,7 +90,7 @@
html, body {
background-color: var(--background-color-grey-light);
color: var(--font-color-grey);
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -90,7 +90,7 @@
html, body {
background-color: var(--background-color-grey-light);
color: var(--font-color-grey);
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -7,7 +7,7 @@
html, body {
height: 100%;
color: black;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */

View File

@ -7,7 +7,7 @@
html, body {
height: 100%;
color: black;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
}
/*=== Links */