GochiSiyan

font preload issue

Feb 22nd, 2021 (edited)
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. add_action('wp_head',function (){
  2. ?>
  3. <link rel="preload" href="https://your_url/wp-content/themes/jnews/assets/fonts/jegicon/fonts/jegicon.woff" as="font" crossorigin="anonymous">
  4. <link rel="preload" href="https://your_url/wp-content/themes/jnews/assets/fonts/font-awesome/fonts/jegicon.woff" as="font" crossorigin="anonymous">
  5. <?php
  6. });
Add Comment
Please, Sign In to add comment