Skip to content

Commit

Permalink
Merge pull request #36 from philiparthurmoore/update-genericons
Browse files Browse the repository at this point in the history
Update Genericons to 3.4.
  • Loading branch information
Jack Lenox committed Sep 29, 2015
2 parents 8cf57c8 + 36c86b6 commit 6747d6a
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 37 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function picard_scripts() {

wp_enqueue_script( 'picard-script' );

wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.3.1' );
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.4' );
}
add_action( 'wp_enqueue_scripts', 'picard_scripts' );

Expand Down
7 changes: 7 additions & 0 deletions genericons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ Base64 encoding comes with a 25% filesize overhead compared to just loading the

## Changelog

**3.4**

* Updated: Update Google Plus icon to new geometric version. This also *retires* the "alt" version, so *please be mindful if you choose to update, make sure you use the `f206` glyph, not the `f218` glyph, as it no longer exists!
* New: Added helper rotation classes to the base CSS, thanks to geminorum. Apply `genericon-rotate-90` to rotate 90 degrees, -180, -270. Or `genericon-flip-horizontal` or -vertical.

*Again, it is important if you choose to update to this version, make sure you're not using `genericon-googleplus-alt` or unicode character `f218`, as that has been retired! Use `genericon-googleplus` and glyph `f206` instead!*

**3.3.1**

Security Hardening: Remove Genericons example.html file. Please visit genericons.com instead.
Expand Down
Binary file modified genericons/genericons/Genericons.eot
Binary file not shown.
48 changes: 21 additions & 27 deletions genericons/genericons/Genericons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified genericons/genericons/Genericons.ttf
Binary file not shown.
Binary file modified genericons/genericons/Genericons.woff
Binary file not shown.
67 changes: 58 additions & 9 deletions genericons/genericons/genericons.css

Large diffs are not rendered by default.

0 comments on commit 6747d6a

Please sign in to comment.