Skip to content

Commit

Permalink
* Removed unnecessary Google font file
Browse files Browse the repository at this point in the history
  • Loading branch information
nandotess committed Jul 28, 2016
1 parent ee12fc5 commit 60137ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* General small fixes
* Added Lazy Loading Images
* Speed Optimization: minified all script and style files
* Removed unnecessary Google font file

### 1.6.2
* Added a conditional statement so the footer widgets container does not show unless there are widgets active
Expand Down
6 changes: 2 additions & 4 deletions inc/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@ function lsx_blog_page_title() {
*/
function lsx_add_viewport_meta_tag() {
?>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<!-- Noto Sans -->
<link href='http<?php if(is_ssl()){ echo 's'; } ?>://fonts.googleapis.com/css?family=Noto+Sans:700' rel='stylesheet' type='text/css'>
<?php }
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<?php }
add_action( 'wp_head', 'lsx_add_viewport_meta_tag' );


Expand Down

0 comments on commit 60137ee

Please sign in to comment.