From d977f5dffc284e999c9b3ba0f319f3656f9e5b65 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Fri, 27 May 2016 10:57:01 +0800 Subject: [PATCH] Use sans font for top bar toggle menu and links --- css/lede.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/lede.css b/css/lede.css index 8831a20..5172462 100644 --- a/css/lede.css +++ b/css/lede.css @@ -6,6 +6,11 @@ p { line-height: 1.8; } +.top-bar .toggle-topbar span, +.fa-ul a { + font-family:"Open Sans","DejaVu Sans",sans-serif; +} + .top-bar-section { max-width: 100rem !important; } -- 2.30.2