keyrune/less/path.less

12 lines
543 B
Plaintext
Raw Normal View History

@font-face {
font-family: 'Keyrune';
src:url( '@{font-path}/keyrune.eot?v=@{version}' );
src:url( '@{font-path}/keyrune.eot?#iefix&v=@{version}') format( 'embedded-opentype' ),
url( '@{font-path}/keyrune.woff2?v=@{version}') format( 'woff2' ),
url( '@{font-path}/keyrune.woff?v=@{version}') format( 'woff' ),
url( '@{font-path}/keyrune.ttf?v=@{version}') format( 'truetype' ),
url( '@{font-path}/keyrune.svg?v=@{version}#keyrune') format( 'svg' );
font-weight: normal;
font-style: normal;
}