mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 23:49:56 +00:00
Fixed reference to Beleren
This commit is contained in:
parent
0d82d3a4db
commit
3cf75d1c82
@ -1,9 +1,9 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Beleren';
|
font-family: 'Beleren';
|
||||||
src: url( '../fonts/Beleren.eot' );
|
src: url( '../fonts/beleren.eot' );
|
||||||
src: url( '../fonts/Beleren.woff' ) format( 'woff' ),
|
src: url( '../fonts/beleren.woff' ) format( 'woff' ),
|
||||||
url( '../fonts/Beleren.ttf' ) format( 'truetype' ),
|
url( '../fonts/beleren.ttf' ) format( 'truetype' ),
|
||||||
url( '../fonts/Beleren.svg' ) format( 'svg' );
|
url( '../fonts/beleren.svg' ) format( 'svg' );
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user