summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/reader.js b/js/reader.js
index 03d5ff3..07c167e 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -554,8 +554,8 @@ const Reader = {
$(doc).find("a, p, span, em, i, strong, b, body, header, section, div, big, small")
.attr("class", "")
- .css("font-family", "revert")
- .css("font-size", "revert")
+ .css("font-family", "inherit")
+ .css("font-size", "inherit")
.css("color", "")
.css("border", "none ! important")
.css("background", "")
@@ -564,7 +564,7 @@ const Reader = {
// same as above except for allowed font-size
$(doc).find("h1, h2, h3, h4, h5")
.attr("class", "")
- .css("font-family", "revert")
+ .css("font-family", "inherit")
.css("color", "")
.css("border", "none ! important")
.css("background", "")