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:
@ -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">
|
||||
|
3
_includes/head/custom.html
Normal file
3
_includes/head/custom.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- end custom head snippets -->
|
Reference in New Issue
Block a user