@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: myFont;
 src: url("../fonts/Candara.eot") /* EOT file for IE */
}
@font-face {
 font-family: myFont;
 src: url("../fonts/Candara.ttf") /* TTF file for CSS3 browsers */
}

#candara {
	font-family:myFont;
}