Skip to content

Commit

Permalink
Remove inapplicable font weights.
Browse files Browse the repository at this point in the history
Thank, Phil. Fixes issue #1.
  • Loading branch information
rwetzlmayr committed Mar 4, 2013
1 parent 05070e0 commit 066201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wet_hive.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function html_head()
// Use all styles and scripts from the parent theme
parent::html_head().
// Add a font resource
"<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700' rel='stylesheet' type='text/css'>".
"<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic'>".
// Overwrite the parent theme's styles with my own custom styles
"<link rel='stylesheet' href='".$myurl."wet_hive.css'>";
}
Expand Down

0 comments on commit 066201d

Please sign in to comment.