From 161b47d436d9eebe1fcef9ea0f698d1e537f278c Mon Sep 17 00:00:00 2001 From: LB Date: Sat, 6 Jan 2018 10:34:40 +1000 Subject: [PATCH] make font more readable --- docs/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index e4f41a5266..11f7355c98 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -4,7 +4,7 @@ html { body.wy-body-for-nav { -webkit-font-smoothing: antialiased; /* Do not remove! */ - font-family: Open Sans, Arial, sans-serif; + font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif; line-height: 1.5em; color: #666; /*$color-text-base*/ }