Advertisement
GochiSiyan

amp css

Aug 11th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. add_action('amp_post_template_css',function ($class){
  2. ?>
  3. @font-face {
  4. font-family: 'Aldrich';
  5. font-style: normal;
  6. font-weight: 400;
  7. src: url(https://fonts.gstatic.com/s/aldrich/v11/MCoTzAn-1s3IGyJMVacY3w.woff2) format('woff2');
  8. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  9. }
  10. <?php
  11. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement