Use sans font for top bar toggle menu and links
[web.git] / css / lede.css
1 a {
2 text-decoration: none;
3 }
4
5 p {
6 line-height: 1.8;
7 }
8
9 .top-bar .toggle-topbar span,
10 .fa-ul a {
11 font-family:"Open Sans","DejaVu Sans",sans-serif;
12 }
13
14 .top-bar-section {
15 max-width: 100rem !important;
16 }
17
18 @media only screen and (min-width: 40.063em) {
19 .top-bar {
20 height: auto;
21 min-height: 2.8125rem;
22 }
23 }
24
25 .top-bar .top-bar-title {
26 padding-left: 10px;
27 }