2020-09-03 17:42:58 +00:00
|
|
|
// fonts
|
|
|
|
|
2015-03-23 14:16:34 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Mana';
|
2015-04-09 17:27:38 +00:00
|
|
|
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' );
|
2015-03-23 14:16:34 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2015-03-24 15:44:44 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'MPlantin';
|
2015-04-09 17:27:38 +00:00
|
|
|
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' );
|
2015-03-24 15:44:44 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2020-09-03 17:42:58 +00:00
|
|
|
}
|