Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created September 14, 2019 13:44
Show Gist options
  • Select an option

  • Save ahmedeshaan/d77b94efe31ab7cb919ed3173a94d333 to your computer and use it in GitHub Desktop.

Select an option

Save ahmedeshaan/d77b94efe31ab7cb919ed3173a94d333 to your computer and use it in GitHub Desktop.
<?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