Skip to content

Commit

Permalink
Fix font priority for languages using Han characters (#5930)
Browse files Browse the repository at this point in the history
* Remove chinese fonts from themes (#5670)

* Adds name to credits
  • Loading branch information
KasimirCash committed Dec 10, 2023
1 parent f7c160b commit ea6b8b7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Alternative-Dark/adark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Alternative-Dark/adark.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Flat/flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Flat/flat.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Origine/origine.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Origine/origine.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Pafat/pafat.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/Pafat/pafat.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/base-theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion p/themes/base-theme/base.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ea6b8b7

Please sign in to comment.