Skip to content

Commit

Permalink
Update to Font Awesome 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Mar 16, 2022
1 parent 6779a8f commit 04a6d5e
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 9,591 deletions.
5 changes: 3 additions & 2 deletions font-awesome/css/all.min.css

Large diffs are not rendered by default.

Binary file removed font-awesome/webfonts/fa-brands-400.eot
Binary file not shown.
3,717 changes: 0 additions & 3,717 deletions font-awesome/webfonts/fa-brands-400.svg

This file was deleted.

Binary file modified font-awesome/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file removed font-awesome/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file removed font-awesome/webfonts/fa-regular-400.eot
Binary file not shown.
801 changes: 0 additions & 801 deletions font-awesome/webfonts/fa-regular-400.svg

This file was deleted.

Binary file modified font-awesome/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file removed font-awesome/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file removed font-awesome/webfonts/fa-solid-900.eot
Binary file not shown.
5,034 changes: 0 additions & 5,034 deletions font-awesome/webfonts/fa-solid-900.svg

This file was deleted.

Binary file modified font-awesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file removed font-awesome/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file added font-awesome/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file added font-awesome/webfonts/fa-v4compatibility.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Memberlite
*/
define( 'MEMBERLITE_VERSION', '4.5.4.1.91' );
define( 'MEMBERLITE_VERSION', '4.5.4' );

// get default values for options/etc
require_once get_template_directory() . '/inc/defaults.php';
Expand All @@ -21,7 +21,7 @@ function memberlite_init_styles() {
}
wp_enqueue_style( 'memberlite_print_style', get_template_directory_uri() . '/css/print.css', array(), MEMBERLITE_VERSION, 'print' );
wp_enqueue_script( 'memberlite-script', get_template_directory_uri() . '/js/memberlite.js', array( 'jquery' ), MEMBERLITE_VERSION, true );
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/all.min.css', array(), '5.15.4' );
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/all.min.css', array(), '6.0' );

// load dark.css for dark/inverted backgrounds
$memberlite_darkcss = get_theme_mod( 'memberlite_darkcss', $memberlite_defaults['memberlite_darkcss'], false );
Expand Down
40 changes: 5 additions & 35 deletions inc/font-awesome.php

Large diffs are not rendered by default.

0 comments on commit 04a6d5e

Please sign in to comment.