Enable hyphens.

This commit is contained in:
tastytea 2021-09-11 16:57:38 +02:00
parent 74c3fc4a51
commit 7b4b21ebc6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
html
{
font-family: serif;
hyphens: auto;
}
textarea, pre, code
{
hyphens: manual;
}
body