font-museo.less 607 B

1234567891011121314151617
  1. @font-face {
  2. font-family: 'MuseoSlab';
  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: 'MuseoSlab';
  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. }