Fixed reference to Beleren

This commit is contained in:
Andrew Gioia 2015-03-14 20:43:58 -04:00
parent 0d82d3a4db
commit 3cf75d1c82

View File

@ -1,9 +1,9 @@
@font-face {
font-family: 'Beleren';
src: url( '../fonts/Beleren.eot' );
src: url( '../fonts/Beleren.woff' ) format( 'woff' ),
url( '../fonts/Beleren.ttf' ) format( 'truetype' ),
url( '../fonts/Beleren.svg' ) format( 'svg' );
src: url( '../fonts/beleren.eot' );
src: url( '../fonts/beleren.woff' ) format( 'woff' ),
url( '../fonts/beleren.ttf' ) format( 'truetype' ),
url( '../fonts/beleren.svg' ) format( 'svg' );
font-weight: normal;
font-style: normal;
}