From 48310f9a5699cbf5301a6fe95f5b00bbdbbad992 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 6 Apr 2015 09:06:11 +0200 Subject: New font: Open Sans --- _static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_static/styles.css') diff --git a/_static/styles.css b/_static/styles.css index eeee040..86af095 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -11,7 +11,7 @@ html, body { body { background-color: white; color: #111; - font-family: sans-serif; + font-family: "Open Sans", sans-serif; font-size: 11pt; position: relative; min-height: 100%; -- cgit v1.2.3