Remove Google webfonts as default and include for custom <head> includes

- Create font stacks using system fonts for improved performance
This commit is contained in:
Michael Rose
2016-03-21 14:11:14 -04:00
parent c7d2a8f82c
commit 7f30ab04ea
4 changed files with 18 additions and 5 deletions

View File

@ -14,8 +14,6 @@
<meta http-equiv="cleartype" content="on">
<link href="//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic" rel="stylesheet" type="text/css">
<!-- Icons -->
<link rel="shortcut icon" href="{{ base_path }}/favicon.ico">
<link rel="shortcut icon" href="{{ base_path }}/favicon.png">

View File

@ -0,0 +1,3 @@
<!-- start custom head snippets -->
<!-- end custom head snippets -->