1
0

Timeline: add theme option to disable Google webfonts

This commit is contained in:
Don Chambers
2018-04-09 18:48:04 -05:00
parent c22653e001
commit f5d13f3263
8 changed files with 91 additions and 4 deletions

View File

@ -16,7 +16,9 @@
{/if}
{* CUSTOM FONTS *}
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
{if $template_option.use_googlefonts}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
{/if}
{* ADDTIONAL COLORSET & SKIN STYLESHEETS - INCLUDED SETS ARE LOADED VIA CONFIG *}
{serendipity_hookPlugin hook="backend_header" hookAll="true"}
<script>