mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 14:01:32 +08:00
27 lines
891 B
Plaintext
27 lines
891 B
Plaintext
|
@font-face {
|
||
|
font-family: 'museo-slab';
|
||
|
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: 'museo-slab';
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
@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;
|
||
|
}
|