From: Zhong Jianxin Date: Fri, 27 May 2016 02:57:01 +0000 (+0800) Subject: Use sans font for top bar toggle menu and links X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=d977f5dffc284e999c9b3ba0f319f3656f9e5b65 Use sans font for top bar toggle menu and links --- 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; }