From 203823ec123a2dea67f31f29ba5d3cfc7ba2b434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 26 Feb 2019 12:13:42 -0500 Subject: [PATCH] fix Name font-family --- cl-theme/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index 1dbba18..808989d 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -193,7 +193,7 @@ a.pagination-next.disabled { /* html/body/font-fixes */ body, input, textarea, .button { - font-family: 'Roboto Condensed', Nimbus Sans, sans-erif; + font-family: 'Roboto Condensed', Nimbus Sans, sans-serif; } .fa small {