sheet.xsl: set font to "sans"

Browsers don't all have the same default font. Overriding for consistency
master
pictuga 2020-04-03 17:47:19 +02:00
parent 7c3091d64c
commit e6817e01b4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
body {
overflow-wrap: anywhere;
word-wrap: anywhere;
font-family: sans;
}
#url {