/
home
/
assocoweys
/
sompe
/
plugins
/
system
/
helixultimate
/
src
/
Core
/
Lib
/
Upload File
HOME
<?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * @copyright Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ namespace HelixUltimate\Framework\Core\Lib; defined('_JEXEC') or die('Restricted access'); $systemFonts = array( 'Arial' => array( 'weights' => array( 'regular', 'italic', 'bold', 'bold italic' ), ), 'Tahoma', 'Verdana', 'Helvetica', 'Times New Roman', 'Trebuchet MS', 'Georgia' );