Websafe fonts and option to disable google fonts.

This issue is related to #118.
This commit is contained in:
Alexandre Vicenzi 2018-06-24 00:37:12 -03:00
parent 513ffc0cfa
commit 69077d3d19
25 changed files with 28 additions and 26 deletions

View file

@ -17,7 +17,9 @@
<meta name="robots" content="{{ ROBOTS }}" />
{% endif %}
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
{% if USE_GOOGLE_FONTS != False %}
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
{% endif %}
{% if USE_LESS %}
<link rel="stylesheet/less" type="text/css" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/stylesheet/style.less">