| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mimradmin/.trash/wp-content.1/themes/woodmart/inc/configs/ |
Upload File : |
<?php
/**
* Standard fonts config.
*
* @package woodmart
*/
if ( ! defined( 'WOODMART_THEME_DIR' ) ) {
exit( 'No direct script access allowed' );
}
return apply_filters(
'woodmart_get_standard_fonts',
array(
'-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif' => 'System font stack',
'Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif',
'\'Arial Black\', Gadget, sans-serif' => 'Arial Black, Gadget, sans-serif',
'\'Bookman Old Style\', serif' => 'Bookman Old Style, serif',
'\'Comic Sans MS\', cursive' => 'Comic Sans MS, cursive',
'Courier, monospace' => 'Courier, monospace',
'Garamond, serif' => 'Garamond, serif',
'Georgia, serif' => 'Georgia, serif',
'Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif',
'\'Lucida Console\', Monaco, monospace' => 'Lucida Console, Monaco, monospace',
'\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => 'Lucida Sans Unicode, Lucida Grande, sans-serif',
'\'MS Sans Serif\', Geneva, sans-serif' => 'MS Sans Serif, Geneva, sans-serif',
'\'MS Serif\', \'New York\', sans-serif' => 'MS Serif, New York, sans-serif',
'\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => 'Palatino Linotype, Book Antiqua, Palatino, serif',
'Tahoma,Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif',
'\'Times New Roman\', Times,serif' => 'Times New Roman, Times, serif',
'\'Trebuchet MS\', Helvetica, sans-serif' => 'Trebuchet MS, Helvetica, sans-serif',
'Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',
)
);