]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: set the body font to sans-serif for consistency
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 20:31:57 +0000 (16:31 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 20:31:57 +0000 (16:31 -0400)
All of the SVG fields are sans-serif.

index.html.in

index 50131b7cf32464739fe5bccc2eb13ef695b48fac..6bec7257b02557e49aac279ddf51a6e01f694531 100644 (file)
     </title>
 
     <style>
+      body {
+       /* For consistency with the SVG */
+       font-family: sans-serif;
+      }
+
       fieldset {
         margin-top: 1em;
         padding-top: 1em;