Created
September 14, 2019 13:44
-
-
Save ahmedeshaan/d77b94efe31ab7cb919ed3173a94d333 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| set_theme_mod( 'type_headings', array( 'font-family' => 'Lato', 'variant' => '700' ) ); | |
| set_theme_mod( 'type_texts', array( 'font-family' => 'Lato', 'variant' => '400' ) ); | |
| set_theme_mod( 'type_nav', array( 'font-family' => 'Lato', 'variant' => '700' ) ); | |
| set_theme_mod( 'type_alt', array( 'font-family' => 'Dancing Script', 'variant' => '700' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment