﻿@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg'),
		 url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerpetuaTitlingMTLight';
    src: url('../fonts/perpetuatitlingmtlight.eot');
    src: url('../fonts/perpetuatitlingmtlight.svg#PerpetuaTitlingMTLight') format('svg'), 
		 url('../fonts/perpetuatitlingmtlight.eot') format('embedded-opentype'),
         url('../fonts/perpetuatitlingmtlight.woff2') format('woff2'),
         url('../fonts/perpetuatitlingmtlight.woff') format('woff'),
         url('../fonts/perpetuatitlingmtlight.ttf') format('truetype');
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
		@font-face {
			font-family: 'league_gothicregular';
			src: url('../fonts/leaguegothic-regular-webfont.svg') format('svg');
		}
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
		@font-face {
			font-family: 'PerpetuaTitlingMTLight';
			src: url('../fonts/perpetuatitlingmtlight.svg') format('svg');
		}
	}
