mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-01 07:54:47 +00:00
23 lines
992 B
Plaintext
23 lines
992 B
Plaintext
// fonts
|
|
|
|
@font-face {
|
|
font-family: 'Mana';
|
|
src:url( '@{ms-font-path}/mana.eot?v=@{ms-version}' );
|
|
src:url( '@{ms-font-path}/mana.eot?#iefix&v=@{ms-version}') format( 'embedded-opentype' ),
|
|
url( '@{ms-font-path}/mana.woff?v=@{ms-version}') format( 'woff' ),
|
|
url( '@{ms-font-path}/mana.ttf?v=@{ms-version}') format( 'truetype' ),
|
|
url( '@{ms-font-path}/mana.svg?v=@{ms-version}#mana') format( 'svg' );
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MPlantin';
|
|
src:url( '@{ms-font-path}/mplantin.eot?v=@{ms-version}' );
|
|
src:url( '@{ms-font-path}/mplantin.eot?#iefix&v=@{ms-version}') format( 'embedded-opentype' ),
|
|
url( '@{ms-font-path}/mplantin.woff?v=@{ms-version}') format( 'woff' ),
|
|
url( '@{ms-font-path}/mplantin.ttf?v=@{ms-version}') format( 'truetype' ),
|
|
url( '@{ms-font-path}/mplantin.svg?v=@{ms-version}#mplantin') format( 'svg' );
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |