Import Open Sans from Google

This commit is contained in:
John Mulhausen 2017-02-27 14:32:56 -08:00
parent c62d517ea1
commit 813804f5ad
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link id="pagestyle" rel="stylesheet" href="/css/style.css">
<!-- Go get "Open Sans" font from Google -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- temp css will be removed -->
<link rel="stylesheet" href="/css/temp.css"> {% seo %} {% if page.hide_from_sitemap %}
<meta name="robots" content="noindex" />{% endif %}