diff options
Diffstat (limited to 'template.html')
| -rwxr-xr-x | template.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/template.html b/template.html index 173fb82..c5f4a99 100755 --- a/template.html +++ b/template.html @@ -23,16 +23,12 @@ $endif$ </style> <style> /* regular text */ - body { - font-family: "Times New Roman", Times, "Iowan Old Style", "Apple Garamond", serif; + body, math { + font-family: sans-serif; } /* code */ pre, code, kbd, samp { - font-family: "SFMono-Regular", Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace; - } - /* math */ - math { - font-family: "Cambria Math", "Latin Modern Math", "STIX Two Math", serif; + font-family: monospace; } video { max-width: 100%; height: auto; } @media (prefers-color-scheme: dark) { |
