Skip to content

Instantly share code, notes, and snippets.

@basmith7
Created October 25, 2018 17:01
Show Gist options
  • Save basmith7/023e88e96e45e0dffe6eb07e7410828a to your computer and use it in GitHub Desktop.
Save basmith7/023e88e96e45e0dffe6eb07e7410828a to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Gaegu|Open+Sans|Roboto');
html, body {
font-family: 'Roboto', sans-serif;
line-height: 1.3em;
}
.fa {
display: inline;
}
.sidebar-nav > .nav > li > a {
padding: 7px 4px;
}
.nav-second-level > li > a {
border-bottom: 1px solid #fff3;
padding: 7px 20px;
background-color: #FFF2;
}
.widget {
font-family: 'PTSansNarrow';
line-height: 1.42857143;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment