Replace Raleway with Roberto. Raleway was kind of annoying to read

This commit is contained in:
Nick Pegg 2018-01-18 22:48:53 -08:00
parent 8ede266169
commit 9bea79f0b0
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
body {
background: #FCFCFC;
color: #35352F;
font-family: 'Roboto', sans-serif;
}
a {

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: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">