@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'CurlyStars';
    src: url('../fonts/CurlyStars.eot');
    src: url('../fonts/CurlyStars.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CurlyStars.woff') format('woff'),
         url('../fonts/CurlyStars.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}






/* 
Installing and hosting your own fonts:
	Get font file
	Use online font converter and convert font to eot, svg, woff, woff2 and ttf formats
	Place font files in fonts folder in main folder
	Copy the font code as above and replace with the name of the font with the relevant font
To use installed/hosted fonts
	Include fonts.css in meta links
	Use font as normal with font-family, but write name of hosted font in sigle quotes: 'name'
--end--
*/
	
	
	
	
	
	
			