Use sans font for top bar toggle menu and links
authorZhong Jianxin <azuwis@gmail.com>
Fri, 27 May 2016 02:57:01 +0000 (10:57 +0800)
committerJo-Philipp Wich <jo@mein.io>
Fri, 27 May 2016 11:43:14 +0000 (13:43 +0200)
css/lede.css

index 8831a20d038cb3b6521867f14c24af6dc38aa2d4..5172462fc7d82780e32bf367939dd9b237a552e2 100644 (file)
@@ -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;
 }