@font-face {
	font-family: 'font_headline'; /*a name to be used later*/
	src: url('./headline/Headline.ttf'); /*URL to font*/
}

@font-face {
	font-family: 'font_dirty-headline'; /*a name to be used later*/
	src: url('./dirty-headline/Dirty Headline.ttf'); /*URL to font*/
}

@font-face {
	font-family: 'font_bright-chalk'; /*a name to be used later*/
	src: url('./bright-chalk/Bright Chalk.ttf'); /*URL to font*/
}