Guest User

Untitled

a guest
Jun 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Avenir Variable';
  3. src: url('/anv/anv-roman-var.woff2') format('woff2-variations');
  4. src: url('/anv/anv-roman-var.woff2') format('woff2' supports variations);
  5. font-weight: 1 999;
  6. }
  7.  
  8. @font-face {
  9. font-family: 'Avenir Static';
  10. src: url('/anv/anv-medium.woff') format('woff');
  11. font-weight: 500;
  12. }
  13.  
  14. @font-face {
  15. font-family: 'Avenir Static';
  16. src: url('/anv/anv-heavy.woff') format('woff');
  17. font-weight: 800;
  18. }
  19.  
  20. @font-face {
  21. font-family: 'Avenir Condensed Static';
  22. src: url('/anv/anv-cond-medium.woff') format('woff');
  23. font-weight: 500;
  24. }
  25.  
  26. .someclass {
  27. font-family: 'Avenir Variable', 'Avenir Static', sans-serif;
  28. font-weight: 500;
  29. }
Add Comment
Please, Sign In to add comment