font-site.less 917 B

1234567891011121314151617181920212223242526
  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. }