
/* @font-face { */
/*   font-family: 'MyWebFont'; */
/*   src: url('webfont.eot'); IE9 Compat Modes */
/*   src: url('webfont.eot?#iefix') format('embedded-opentype'), IE6-IE8 */
/*        url('webfont.woff2') format('woff2'), Super Modern Browsers */
/*        url('webfont.woff') format('woff'), Pretty Modern Browsers */
/*        url('webfont.ttf')  format('truetype'), Safari, Android, iOS */
/*        url('webfont.svg#svgFontName') format('svg'); Legacy iOS */
/* } */



@font-face {
  font-family: 'Signature';
  src: url('Signature.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'MainTitle';
  src: url('MainTitle.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'MettaDahlia';
  src: url('MettaDahlia.ttf');
}



.font-maintitle {
	font-family: "MainTitle","Lucida Console", "Courier New", monospace;
}


.font-sidebar {
	font-family: "Comic Sans MS", "Comic Sans","Lucida Console", "Courier New", monospace;
	font-weight: bolder;
}