


/* ----------------------------------------------------------------------------------------- */

/*JSL Blackletter from DaFont.com*/

@font-face {
  font-family: "JSL Blackletter";
  src: url("/assets/fonts/JBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*Font made by Webfontfree.com is licensed by CC 4.0 BY*/

@font-face {
    font-family: 'StgoticW00-Regular';
    src: url('../assets/fonts/StgoticW00-Regular.woff2') format('woff2'),
         url('../assets/fonts/StgoticW00-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Webfont CSS setup for Ishmeria by Caveras */

@font-face {
	font-family:'Ishmeria';
		src:url('/assets/fonts/Ishmeria.eot');
        src: url('/assets/fonts/Ishmeria.eot?#iefix') format('embedded-opentype'),
            url('/assets/fonts/Ishmeria.woff') format('woff'),
            url('/assets/fonts/Ishmeria.ttf') format('truetype'),
            url('/assets/fonts/Ishmeria.svg#Ishmeria') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family:'Ishmeria';
		src: url('/assets/fonts/Ishmeria.svg') format('svg');
		font-weight:normal;
		font-style:normal;
	}
}

/* Weather Channel Fonts */

@font-face {
    font-family: "Star3000 Large";
    src: url("/assets/fonts/star/Star3000 Large.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "StarJR Large Compressed";
  src: url("/assets/fonts/star/StarJR\ Large\ Compressed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}