Timeline: add theme option to disable Google webfonts
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user