Loading italic fonts
-
Hi,
Just an observation. Your theme is not loading the italic version of the Lato font:
siteorigin_webfonts_add_font( 'Lato', array( 300,400,700 ) );
I’ve modified the functions.php to add the italic version of the font too:
siteorigin_webfonts_add_font( 'Lato', array( 300,400,700,'400italic','300italic','700italic' ) );
Is it possible to load this version of the font in any other way? Could you add the italic font in a future update of the theme?
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Loading italic fonts’ is closed to new replies.