Advertisement
srikat

Untitled

Aug 30th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. // Load Oswald and Lora Google fonts
  2. add_action( 'wp_enqueue_scripts', 'metro_load_google_font' );
  3. function metro_load_google_font() {
  4.     wp_enqueue_style( 'google-font', 'http://fonts.googleapis.com/css?family=Oswald:400', array(), PARENT_THEME_VERSION );
  5.     wp_enqueue_style( 'google-font-2', 'http://fonts.googleapis.com/css?family=Lora', array(), PARENT_THEME_VERSION );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement