Skip to content

Commit

Permalink
added new screenshot image with the respective credits and license. A…
Browse files Browse the repository at this point in the history
…lso minor fixes on hardcoded protocol for fonts
  • Loading branch information
trsenna committed Aug 29, 2014
1 parent 3b6fc41 commit ffa3baa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ Ugallu is a child theme of Stargazer. You must have it installed to use this the
* [Entry Views](http://themehybrid.com/plugins/entry-views) by ThemeHybrid
* [Grid Columns](http://themehybrid.com/plugins/grid-columns) by ThemeHybrid
* [Whistles](http://themehybrid.com/plugins/whistles) by ThemeHybrid

## Image Credits

By [Unsplash](http://unsplash.com/), licensed under [CC0 1.0](http://creativecommons.org/publicdomain/zero/1.0/)
* [Image used in screenshot](https://s3.amazonaws.com/ooomf-com-files/apx8EPiSnWoYHSEiUENI_14553734675_699b2aa038_o.jpg) by Daniel Robert P
4 changes: 2 additions & 2 deletions inc/ugallu.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function background_color( $color )
*/
function enqueue_fonts()
{
wp_enqueue_style( 'google-fonts-pt-sans', 'http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' );
wp_enqueue_style( 'google-fonts-yellowtail', 'http://fonts.googleapis.com/css?family=Yellowtail' );
wp_enqueue_style( 'google-fonts-pt-sans', '//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' );
wp_enqueue_style( 'google-fonts-yellowtail', '//fonts.googleapis.com/css?family=Yellowtail' );
}

}
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ffa3baa

Please sign in to comment.