From a80c83783e7f136b7644cb2789ec267734670c86 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 May 2023 15:54:37 +0530 Subject: using default fonts --- static/scss/docs.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/scss/docs.scss') diff --git a/static/scss/docs.scss b/static/scss/docs.scss index 5203ca1..29d0343 100644 --- a/static/scss/docs.scss +++ b/static/scss/docs.scss @@ -16,7 +16,7 @@ $linkColor: #eda74a; $linkColorAlt: #db4b91; * { - font-family: 'Roboto', sans-serif; + font-family: sans-serif; } @mixin selectionColor($fgColor, $bgColor) { @@ -41,7 +41,7 @@ code { background-color: $bgColorAlt; padding: 2px 5px; border-radius: 4px; - * {font-family: 'Source Code Pro', sans-serif;} + * {font-family: monospace;} } pre code { -- cgit v1.2.3