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

@ -29,7 +29,9 @@
{/if}
{* CUSTOM FONTS *}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
{if $template_option.use_googlefonts}
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
{/if}
{serendipity_hookPlugin hook="frontend_header"}
<script src="{$head_link_script}"></script>
{* SUBHEADER IMAGE *}