From 0aee4b89e029ee2f7c51bfcca59c30d9df841538 Mon Sep 17 00:00:00 2001 From: Sidney Bell Date: Tue, 26 Nov 2019 08:43:57 -0800 Subject: [PATCH] Fix docs font --- docs/assets/css/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 6ff28e0d..66086fac 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -8,3 +8,4 @@ a { color: #9E2364; text-decoration: none; } a:hover, a:focus { color: #9E2364; font-weight: bold; } a small { font-size: 11px; color: #9E2364; margin-top: -0.3em; display: block; } a:hover small { color: #9E2364; } +body { font: 14px/1.5 "Roboto", "Arial", Helvetica, Arial, sans-serif; color: #000000; font-weight: 400; }