/* Copyright (c) 2018 by Friday Channel. All rights reserved. */

@font-face {
	font-family: 'FridayCondensed';
	src:
	     url('FridayCondensedRegular.woff2') format('woff2'),
	     url('FridayCondensedRegular.woff') format('woff'),
             url('FridayCondensedRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
        font-display: swap;
        -webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'FridayCondensed';
	src: 
	     url('FridayCondensedBold.woff2') format('woff2'),
	     url('FridayCondensedBold.woff') format('woff'),
             url('FridayCondensedBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
        font-display: swap;
        -webkit-font-smoothing: antialiased; 
}