font-site.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @font-face {
  2. font-family: 'museo-slab';
  3. src: url('../font/museo_slab_300-webfont.eot');
  4. src: url('../font/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('../font/museo_slab_300-webfont.ttf') format('truetype');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. @font-face {
  10. font-family: 'museo-slab';
  11. src: url('../font/museo_slab_500-webfont.eot');
  12. src: url('../font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
  13. url('../font/museo_slab_500-webfont.ttf') format('truetype');
  14. font-weight: bold;
  15. font-style: normal;
  16. }
  17. @font-face {
  18. font-family: 'proxima-nova';
  19. src: url('../font/proximanova-webfont.eot');
  20. src: url('../font/proximanova-webfont.eot?#iefix') format('embedded-opentype'),
  21. url('../font/proximanova-webfont.ttf') format('truetype');
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. @font-face {
  26. font-family: 'proxima-nova';
  27. src: url('../font/proximanova-sbold-webfont.eot');
  28. src: url('../font/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
  29. url('../font/proximanova-sbold-webfont.ttf') format('truetype');
  30. font-weight: bold;
  31. font-style: normal;
  32. }