Update core.css to new standards

This commit is contained in:
Alex Cabal 2024-03-08 12:48:03 -06:00
parent b777db22f5
commit fb02eddc97

View File

@ -5,6 +5,7 @@ body{
font-variant-numeric: oldstyle-nums; font-variant-numeric: oldstyle-nums;
hyphens: auto; hyphens: auto;
-epub-hyphens: auto; -epub-hyphens: auto;
text-wrap: pretty;
} }
p{ p{