From 45f667286134c9d48008969c4e3f4b54d9c1dc22 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Mon, 9 Feb 2015 15:07:47 -0500 Subject: Make fallback font 'serif', rather than 'sans-serif' fonts --- src/doc/rust.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc/rust.css') diff --git a/src/doc/rust.css b/src/doc/rust.css index 3f59f12e74c..c2a25cd7a58 100644 --- a/src/doc/rust.css +++ b/src/doc/rust.css @@ -58,7 +58,7 @@ body { margin: 0 auto; padding: 0 15px; - font-family: "Source Serif Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif; font-size: 18px; color: #333; line-height: 1.428571429; -- cgit 1.4.1-3-g733a5