Twiddle fonts. Quicksand by default, Roboto for content

This commit is contained in:
Nick Pegg 2018-01-19 19:43:51 -08:00
parent 223fe23667
commit ba42d016b3
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,11 @@
body {
background: #FCFCFC;
color: #35352F;
font-family: 'Quicksand', sans-serif;
}
p {
font-family: 'Roboto', sans-serif;
}
a {
@ -11,10 +16,6 @@ a:hover {
color: #FF4F00;
}
h1, h2, h3, h4, h5 {
font-family: 'Quicksand', sans-serif;
}
blockquote {
margin-left: 0;
border-left: 0.5rem solid #dfe2e5;

View file

@ -6,7 +6,7 @@
<title>{{ site.title }} - {% block page_title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github-gist.min.css">