Fork-Awesome/docs/assets/less/font-site.less

27 lines
891 B
Plaintext
Raw Normal View History

2012-03-09 06:02:49 +01:00
@font-face {
font-family: 'museo-slab';
2012-03-09 06:02:49 +01:00
src: url('../font/museo_slab_300-webfont.eot');
2012-05-19 18:33:53 +02:00
src: url('../font/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
2012-03-09 06:02:49 +01:00
url('../font/museo_slab_300-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'museo-slab';
2012-03-09 06:02:49 +01:00
src: url('../font/museo_slab_500-webfont.eot');
2012-05-19 18:33:53 +02:00
src: url('../font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
2012-03-09 06:02:49 +01:00
url('../font/museo_slab_500-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'proxima-nova';
src: url('../font/proximanova-webfont.eot');
src: url('../font/proximanova-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/proximanova-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}