This commit is contained in:
Alexander Agnarson 2020-02-25 18:04:54 +01:00
parent 62def2a89b
commit 7ad333b360
167 changed files with 2955 additions and 2493 deletions

View file

@ -7,7 +7,7 @@
* @category Core
* @author Ari Stathopoulos (@aristath)
* @copyright Copyright (c) 2019, Ari Stathopoulos (@aristath)
* @license https://opensource.org/licenses/MIT
* @license https://opensource.org/licenses/MIT
* @since 1.0
*/
@ -84,15 +84,6 @@ final class Kirki_Modules_CSS_Generator {
*/
public static $google_fonts = null;
/**
* Standard Fonts
*
* @static
* @access public
* @var array
*/
public static $backup_fonts = null;
/**
* CSS
*
@ -118,9 +109,6 @@ final class Kirki_Modules_CSS_Generator {
if ( is_null( self::$google_fonts ) ) {
self::$google_fonts = Kirki_Fonts::get_google_fonts();
}
if ( is_null( self::$backup_fonts ) ) {
self::$backup_fonts = Kirki_Fonts::get_backup_fonts();
}
}
/**