Skip to content

Commit

Permalink
Add FontAwesome for included
Browse files Browse the repository at this point in the history
  • Loading branch information
youthkee committed Oct 4, 2016
1 parent 7724549 commit 866c460
Show file tree
Hide file tree
Showing 9 changed files with 2,889 additions and 1 deletion.
2,199 changes: 2,199 additions & 0 deletions font-awesome/css/font-awesome.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions font-awesome/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added font-awesome/fonts/FontAwesome.otf
Binary file not shown.
Binary file added font-awesome/fonts/fontawesome-webfont.eot
Binary file not shown.
685 changes: 685 additions & 0 deletions font-awesome/fonts/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added font-awesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added font-awesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added font-awesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -119,7 +119,7 @@ function tsumugi_scripts() {
wp_enqueue_style( 'tsumugi-style', get_template_directory_uri() . '/bootstrap/tsumugi.css', array('underscores-style'), '1.0.3', 'all' );

wp_enqueue_style( 'google-font', 'http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Source+Sans+Pro:300' );
wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' );
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/font-awesome.min.css', array(), '4.6.3', 'all' );

wp_enqueue_script( 'tether-js', get_template_directory_uri() . '/bower_components/tether/dist/js/tether.min.js', array('jquery'), '1.2.0', true );
wp_enqueue_script( 'bootstrap-js', get_template_directory_uri() . '/bower_components/bootstrap/dist/js/bootstrap.min.js', array('tether-js'), '4.0.0-alpha.2', true );
Expand Down

0 comments on commit 866c460

Please sign in to comment.