/**
 * Local Font Face Definitions
 * 
 * @package Leipers_Creek
 */

/* GranjonLTStd - Local Font */
@font-face {
	font-family: 'GranjonLTStd';
	src: url('/assets/theme/fonts/granjonltstd-webfont.eot');
	src: url('/assets/theme/fonts/granjonltstd-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/assets/theme/fonts/granjonltstd-webfont.woff2') format('woff2'),
		 url('/assets/theme/fonts/granjonltstd-webfont.woff') format('woff'),
		 url('/assets/theme/fonts/granjonltstd-webfont.ttf') format('truetype'),
		 url('/assets/theme/fonts/granjonltstd-webfont.svg#granjonltstduploaded_file') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
