diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-28 10:53:13 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-28 10:53:13 -0700 |
| commit | 061339bf18f46a8bd723b309e8624779f5dae2f8 (patch) | |
| tree | ae805925323a1c15947664350910c2b94b3eccdf /template.html | |
| parent | bc9d3f4114e4147675432799a58d97622d0314d4 (diff) | |
Update tiling article, update css template
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) { |
