Update to Font Awesome 6.4.2

This commit is contained in:
AlxMedia 2023-08-04 13:10:20 +02:00
parent 87721250f8
commit a1ac16a7af
22 changed files with 7665 additions and 13853 deletions

View file

@ -522,7 +522,7 @@ Kirki::add_field( 'halftype_theme', array(
'label' => esc_html__( 'Create Social Links', 'halftype' ),
'description' => esc_html__( 'Create and organize your social links', 'halftype' ),
'section' => 'social',
'tooltip' => esc_html__( 'Font Awesome names:', 'halftype' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'halftype' ) . ' </strong></a>',
'tooltip' => esc_html__( 'Font Awesome names:', 'halftype' ) . ' <a href="https://fontawesome.com/search?o=r&m=free&f=brands" target="_blank"><strong>' . esc_html__( 'View All', 'halftype' ) . ' </strong></a>',
'row_label' => array(
'type' => 'text',
'value' => esc_html__('social link', 'halftype' ),
@ -539,7 +539,7 @@ Kirki::add_field( 'halftype_theme', array(
'social-icon' => array(
'type' => 'text',
'label' => esc_html__( 'Icon Name', 'halftype' ),
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'halftype' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'halftype' ) . ' </strong></a>',
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'halftype' ) . ' <a href="https://fontawesome.com/search?o=r&m=free&f=brands" target="_blank"><strong>' . esc_html__( 'View All', 'halftype' ) . ' </strong></a>',
'default' => 'fa-',
),
'social-link' => array(