added https to call for google fonts

eliminates warnings on Chrome, Firefox, Opera
This commit is contained in:
Nicholai de Guzman
2017-01-17 19:33:15 -06:00
parent 0007b6c057
commit e0ca721f67
+1 -1
View File
@@ -7,7 +7,7 @@
<!-- Google font typography settings - defined in _config.yml -->
{% if site.resume_theme == 'default' %}
<link href='http://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,300,800,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,300,800,700' rel='stylesheet' type='text/css'>
{% endif %}
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">