| Server IP : 51.91.236.255 / Your IP : 216.73.217.120 Web Server : Apache System : Linux webm002.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : laureet ( 1012854) PHP Version : 8.0.30 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/laureet/www/wp-content/themes/rhye/inc/customizer/panels/typography/sections/ |
Upload File : |
<?php $priority = 1; $choices = arts_add_fonts_custom_choice(); Kirki::add_field( 'arts', array( 'label' => esc_html__( 'Parallax Big Letters', 'rhye' ), 'type' => 'typography', 'settings' => 'projects_big_letters_font', 'section' => 'typography_misc', 'default' => array( 'font-family' => 'Cinzel', 'variant' => 'regular', ), 'priority' => $priority++, 'choices' => $choices, 'transport' => 'auto', 'output' => array( array( 'element' => '.figure-project__letter, .section-services__letter', ), ), ) ); Kirki::add_field( 'arts', array( 'label' => esc_html__( 'Blog Pagination', 'rhye' ), 'type' => 'typography', 'settings' => 'blog_pagination_font', 'section' => 'typography_misc', 'default' => array( 'font-family' => 'Cinzel', 'variant' => 'regular', ), 'priority' => $priority++, 'choices' => $choices, 'transport' => 'auto', 'output' => array( array( 'element' => '.pagination, .page-links .page-number', ), ), ) ); Kirki::add_field( 'arts', array( 'label' => esc_html__( 'Blog Comments Author', 'rhye' ), 'type' => 'typography', 'settings' => 'blog_comments_author_font', 'section' => 'typography_misc', 'default' => array( 'font-family' => 'Cinzel', 'variant' => '700', ), 'priority' => $priority++, 'choices' => $choices, 'transport' => 'auto', 'output' => array( array( 'element' => '.comment-body .fn', ), ), ) ); Kirki::add_field( 'arts', array( 'label' => esc_html__( 'Widgets Additional Info', 'rhye' ), 'type' => 'typography', 'settings' => 'widgets_additional_info_font', 'section' => 'typography_misc', 'default' => array( 'font-family' => 'Cinzel', 'variant' => '700', ), 'priority' => $priority++, 'choices' => $choices, 'transport' => 'auto', 'output' => array( array( 'element' => '.widget_recent_comments ul li a, .widget_recent_entries ul li a, .widget_rss .rsswidget', ), ), ) );