I think this is not a big problem, but I have to constantly fix style files. If you remove the font, then everything will be ok.
Before:
https://monosnap.com/file/G4Myc30xZpN4g9TDf2nxk4mHOOJcg9
After:
https://monosnap.com/file/n3A54bRVTnzEsWdAmSoHP4Kxs007PO
dev or stable
Seem not an issue. Displaying fine.
Kirki::add_field( 'my_config', array(
'type' => 'switch',
'settings' => 'my_setting',
'label' => __( 'This is the label', 'my_textdomain' ),
'section' => 'my_section',
'default' => '1',
'priority' => 10,
'choices' => array(
'on' => esc_attr__( 'Enable', 'my_textdomain' ),
'off' => esc_attr__( 'Disable', 'my_textdomain' ),
),
) );

MacOs :(
I'm on OSX too and I don't have any issues.
I had this a few days ago and it turned to to be nothing more than browser caches.
In Chrome dev tools this is what did the trick for me:

After a refresh with that checked, things were back to normal.
Or you could simply reset all browser cache 7 cookies.
This problem is only in safari. But I'm satisfied with your answer.
Reopening, I haven't checked Safari yet 馃憤
Changed the implementation a bit so this one was fixed.
Also checked safari 馃槈
Niceee! Thank you so much, you are the best.
Most helpful comment
Changed the implementation a bit so this one was fixed.
Also checked safari 馃槈