mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
18 lines
607 B
Plaintext
18 lines
607 B
Plaintext
@font-face {
|
|
font-family: 'MuseoSlab';
|
|
src: url('../font/museo_slab_300-webfont.eot');
|
|
src: url('../font/museo_slab_300-webfont.eot?#iefix') 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?#iefix') format('embedded-opentype'),
|
|
url('../font/museo_slab_500-webfont.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|