aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS.md1
-rw-r--r--p/themes/Alternative-Dark/adark.css2
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css2
-rw-r--r--p/themes/Flat/flat.css2
-rw-r--r--p/themes/Flat/flat.rtl.css2
-rw-r--r--p/themes/Origine/origine.css2
-rw-r--r--p/themes/Origine/origine.rtl.css2
-rw-r--r--p/themes/Pafat/pafat.css2
-rw-r--r--p/themes/Pafat/pafat.rtl.css2
-rw-r--r--p/themes/base-theme/base.css2
-rw-r--r--p/themes/base-theme/base.rtl.css2
11 files changed, 11 insertions, 10 deletions
diff --git a/CREDITS.md b/CREDITS.md
index ac8ddbf7b..490c7d290 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -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)
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index bdb46856e..b0c2a7310 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -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 */
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index 6d6225484..954773d0a 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -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 */
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 396bbb9e4..c38c57b77 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -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 */
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css
index c18369e6e..bf42def9d 100644
--- a/p/themes/Flat/flat.rtl.css
+++ b/p/themes/Flat/flat.rtl.css
@@ -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 */
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 335e56fe0..2d0e375aa 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -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 */
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index f670720f8..9224c4134 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -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 */
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index cb34ec861..5d8b87558 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -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 */
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 12f1409f4..27c2bb345 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -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 */
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index ebfe1728e..c52427fa5 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -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 */
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css
index 423ee67e9..18d707b62 100644
--- a/p/themes/base-theme/base.rtl.css
+++ b/p/themes/base-theme/base.rtl.css
@@ -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 */