mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Fix noto serif fonts
This commit is contained in:
parent
5e299c84ad
commit
59bbc930f0
5 changed files with 28 additions and 19 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<?php echo head_contents();?>
|
||||
<?php echo $metatags;?>
|
||||
<link rel="stylesheet" id="twentyfifteen-fonts-noto" href="<?php echo site_url();?>system/resources/css/noto-serif.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="twentyfifteen-fonts-noto" href="<?php echo site_url();?>system/resources/css/noto-serif.css?v=1" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="twentyfifteen-fonts-sans" href="<?php echo site_url();?>system/resources/css/open-sans.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="genericons-css" href="<?php echo theme_path();?>genericons/genericons.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="twentyfifteen-style-css" href="<?php echo theme_path() . 'css/' . (theme_config('left_sidebar') ? 'style.css' : 'style_v2.css') . '?v=2'; ?>" type="text/css" media="all">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue