ashishsthanp

Enqueue adobe font

Oct 17th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function zakra_enqueue_typekit_font() {
  2. wp_enqueue_style( 'zakra-typekit-font', 'https://use.typekit.net/fnw3sdq.css' );
  3. }
  4.  
  5. add_action( 'wp_enqueue_scripts', 'zakra_enqueue_typekit_font' );
Advertisement
Add Comment
Please, Sign In to add comment