mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 08:34:45 +00:00
12 lines
579 B
Plaintext
12 lines
579 B
Plaintext
@font-face {
|
|
font-family: 'Keyrune';
|
|
src:url( '@{ss-font-path}/keyrune.eot?v=@{ss-version}' );
|
|
src:url( '@{ss-font-path}/keyrune.eot?#iefix&v=@{ss-version}') format( 'embedded-opentype' ),
|
|
url( '@{ss-font-path}/keyrune.woff2?v=@{ss-version}') format( 'woff2' ),
|
|
url( '@{ss-font-path}/keyrune.woff?v=@{ss-version}') format( 'woff' ),
|
|
url( '@{ss-font-path}/keyrune.ttf?v=@{ss-version}') format( 'truetype' ),
|
|
url( '@{ss-font-path}/keyrune.svg?v=@{ss-version}#keyrune') format( 'svg' );
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|