Fork-Awesome/docs/assets/less/font-museo.less
2012-03-09 09:45:33 +01:00

36 lines
1.2 KiB
Plaintext

@font-face {
font-family: 'MuseoSans';
src: url('../font/museosans_300-webfont.eot');
src: url('../font/museosans_300-webfont.eot') format('embedded-opentype'),
url('../font/museosans_300-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans';
src: url('../font/museosans_500-webfont.eot');
src: url('../font/museosans_500-webfont.eot') format('embedded-opentype'),
url('../font/museosans_500-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'MuseoSlab';
src: url('../font/museo_slab_300-webfont.eot');
src: url('../font/museo_slab_300-webfont.eot') format('embedded-opentype'),
url('../font/museo_slab_300-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSlab';
src: url('../font/museo_slab_500-webfont.eot');
src: url('../font/museo_slab_500-webfont.eot') format('embedded-opentype'),
url('../font/museo_slab_500-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}