@font-face {
 font-family: Prelude;
 src: url("fonts/ttf/Prelude-Medium.ttf"); /* TTF file for CSS3 browsers */
 font-style: normal;
 font-weight: normal;
}

@font-face {
 font-family: Prelude;
 src: url("fonts/ttf/Prelude-MediumOblique.ttf"); /* TTF file for CSS3 browsers */
 font-style: oblique;
 font-weight: normal;
}

@font-face {
 font-family: Prelude;
 src: url("fonts/ttf/Prelude-Bold.ttf"); /* TTF file for CSS3 browsers */
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: Prelude;
 src: url("fonts/ttf/Prelude-BoldOblique.ttf"); /* TTF file for CSS3 browsers */
 font-style: bold;
 font-style: oblique;
}

