/* Embed fonts for web page - all browser-platform types supported
   when eot woff ttf and svg fonts are uploaded */



@font-face {
	font-family: 'DaysRegular';
	src: url('fonts/days/Days.eot');
	src: local('Days'), local('Days'), url('fonts/days/Days.woff') format('woff'), url('fonts/days/Days.ttf') format('truetype'), url('fonts/days/Days.svg#Days') format('svg');
}

