sheet.xsl: set font to "sans"
Browsers don't all have the same default font. Overriding for consistency
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
body {
|
body {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
word-wrap: anywhere;
|
word-wrap: anywhere;
|
||||||
|
font-family: sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
#url {
|
#url {
|
||||||
|
Reference in New Issue
Block a user