__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Helper class for font settings.
*
* @package Astra
* @link https://wpastra.com/
* @since Astra 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Font info class for System and Google fonts.
*/
if ( ! class_exists( 'Astra_Fonts_Data' ) ) {
/**
* Fonts Data
*/
final class Astra_Fonts_Data {
/**
* Localize Fonts
*/
public static function js() {
$system = wp_json_encode( Astra_Font_Families::get_system_fonts() );
$google = wp_json_encode( Astra_Font_Families::get_google_fonts() );
$custom = wp_json_encode( Astra_Font_Families::get_custom_fonts() );
if ( ! empty( $custom ) ) {
return 'var AstFontFamilies = { system: ' . $system . ', custom: ' . $custom . ', google: ' . $google . ' };';
}
return 'var AstFontFamilies = { system: ' . $system . ', google: ' . $google . ' };';
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| astra-pro | Folder | 0750 |
|
|
| configurations | Folder | 0750 |
|
|
| custom-controls | Folder | 0750 |
|
|
| extend-custom-controls | Folder | 0750 |
|
|
| extend-customizer | Folder | 0750 |
|
|
| class-astra-builder-customizer.php | File | 17.99 KB | 0640 |
|
| class-astra-customizer-callback.php | File | 1.17 KB | 0640 |
|
| class-astra-customizer-partials.php | File | 3.82 KB | 0640 |
|
| class-astra-customizer-register-sections-panels.php | File | 12.47 KB | 0640 |
|
| class-astra-customizer-sanitizes.php | File | 24.91 KB | 0640 |
|
| class-astra-customizer.php | File | 75.93 KB | 0640 |
|
| class-astra-extended-base-configuration.php | File | 6.62 KB | 0640 |
|
| class-astra-font-families.php | File | 4.54 KB | 0640 |
|
| class-astra-fonts-data.php | File | 904 B | 0640 |
|
| class-astra-fonts.php | File | 4.86 KB | 0640 |
|
| customizer-controls.php | File | 881 B | 0640 |
|
| index.php | File | 111 B | 0640 |
|
| override-defaults.php | File | 2.23 KB | 0640 |
|