Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. add_filter( 'tm_google_fonts', '_jx_add_google_fonts' );
  2. function _jx_add_google_fonts( $fonts ) {
  3. $fonts['Spectral'] = array(
  4. 'styles' => '300italic,400italic,600italic,700italic,800italic,400,300,600,700,800',
  5. 'character_set' => 'latin,vietnamese,latin-ext',
  6. 'type' => 'serif',
  7. );
  8. return $fonts;
  9. }
Add Comment
Please, Sign In to add comment