HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/diverso/inc/fonts.php
<?php
/**
 * All cufon replaces. Add here all fonts replaces
 * 
 * @package WordPress
 * @subpackage YIW Themes
 * @since 1.0 
 */       
 
// the roles to apply the special font choosen
define( 'YIW_ROLES_FONT', 'h1, h2, h3, h4, h5, h6, .special-font' );

// all fonts type
$yiw_fonts = array(
    array(
        'id_option' => 'font_title',
        'css_role' => 'h1, h2, h3, h4, h5, h6, .special-font',
    ),
    array(
        'id_option' => 'font_nav',
        'css_role' => '#nav > ul > li > a',
    ),
    array(
        'id_option' => 'font_paragraph',
        'css_role' => 'p, li',
    )
);

// array of all fonts size customizable by user
$yiw_sizes = array(
	'general' => array(    
		'name-section' => __( 'General', 'yiw' ),  
		'options' => array(
	
			'text-size' => array(    
				'default' => 14,     
				'css_role' => 'p, li',   
				'css_attr' => 'font-size',
				'panel_title' => __( "General text", 'yiw' ),   
				'panel_desc' => __( "Size of the general text paragraphs.", 'yiw' ) 
			),
	
			'h1-size' => array(    
				'default' => 32,     
				'css_role' => 'h1',   
				'css_attr' => 'font-size',
				'panel_title' => __( "H1 headline", 'yiw' ),   
				'panel_desc' => __( "Size of the H1 elements.", 'yiw' ) 
			),
	
			'h2-size' => array(    
				'default' => 30,     
				'css_role' => 'h2',   
				'css_attr' => 'font-size',
				'panel_title' => __( "H2 headline", 'yiw' ),   
				'panel_desc' => __( "Size of the H2 elements.", 'yiw' ) 
			),   
	
			'h3-size' => array(    
				'default' => 25,     
				'css_role' => 'h3',   
				'css_attr' => 'font-size',
				'panel_title' => __( "H3 headline", 'yiw' ),   
				'panel_desc' => __( "Size of the H4 elements.", 'yiw' ) 
			),    
	
			'h4-size' => array(    
				'default' => 14,     
				'css_role' => 'h4',   
				'css_attr' => 'font-size',
				'panel_title' => __( "H4 headline", 'yiw' ),   
				'panel_desc' => __( "Size of the H4 elements.", 'yiw' ) 
			),    
	
			'h5-size' => array(    
				'default' => 12,     
				'css_role' => 'h5',   
				'css_attr' => 'font-size',
				'panel_title' => __( "H5 headline", 'yiw' ),   
				'panel_desc' => __( "Size of the H5 elements.", 'yiw' ) 
			),     
	
			'h6-size' => array(    
				'default' => 12,     
				'css_role' => 'h6',   
				'css_attr' => 'font-size',
				'panel_title' => __( "H6 headline", 'yiw' ),   
				'panel_desc' => __( "Size of the H6 elements.", 'yiw' ) 
			),
		
		),
		
	),
); 
?>