1
0

Clean Blog: add theme option to disable Google webfonts

This commit is contained in:
Don Chambers
2018-04-09 18:12:47 -05:00
parent 5ba0c006ab
commit c22653e001
8 changed files with 98 additions and 4 deletions

@@ -16,7 +16,9 @@
{/if}
{* CUSTOM FONTS *}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italic|Open+Sans:300,600,800' rel='stylesheet' type='text/css'>
{if $template_option.use_googlefonts}
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italic|Open+Sans:300,600,800' rel='stylesheet' type='text/css'>
{/if}
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>