mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 08:34:45 +00:00
12 lines
543 B
Plaintext
12 lines
543 B
Plaintext
@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;
|
|
}
|