diff --git a/folioreader/src/main/assets/css/Style.css b/folioreader/src/main/assets/css/Style.css index 8500ff7d2..a2cfab536 100755 --- a/folioreader/src/main/assets/css/Style.css +++ b/folioreader/src/main/assets/css/Style.css @@ -297,7 +297,7 @@ body { -webkit-hyphens: auto !important; hyphens: auto !important; } -p, span, div { +:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) > p, span, div { font-size: 1rem; line-height: 1.5 !important; } @@ -330,4 +330,4 @@ p, span, div { to { } -} \ No newline at end of file +}