aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJustin Dailey <unknown>2017-07-09 10:26:35 +1000
committerJustin Dailey <unknown>2017-07-09 10:26:35 +1000
commit6e3165002abf8d2255ff3bfcb334375d8b05bd1d (patch)
tree16621a9932ad05301a8a921691433d03d4b6f465
parent761803cb377f059915ccb6e53d10f2839277ccee (diff)
downloadscintilla-mirror-6e3165002abf8d2255ff3bfcb334375d8b05bd1d.tar.gz
Updated styling to avoid Comic Sans - such an unfairly maligned font.
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 21b110e34..a04205387 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -55,12 +55,12 @@
color: #808080;
}
.S2 {
- font-family: 'Comic Sans MS';
+ font-family: Georgia, 'DejaVu Serif';
color: #007F00;
font-size: 9pt;
}
.S3 {
- font-family: 'Comic Sans MS';
+ font-family: Georgia, 'DejaVu Serif';
color: #3F703F;
font-size: 9pt;
}
@@ -79,7 +79,7 @@
color: #000000;
}
.S17 {
- font-family: 'Comic Sans MS';
+ font-family: Georgia, 'DejaVu Serif';
color: #3060A0;
font-size: 9pt;
}