From 635eef5c334e18fe0e95f55e58d44ac533c3e3a5 Mon Sep 17 00:00:00 2001 From: Van Quang Date: Tue, 28 Jul 2015 17:58:24 +0700 Subject: [PATCH] Update index.html: adjust toc_section font Adjust toc_section's font to "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; for better display on Windows. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 04e60dab6..187dbeee2 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ margin: 5px 0 0 0; padding-left: 0px; list-style-type: none; - font-family: Lucida Grande; + font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; } .toc_section li { cursor: pointer;