/* Font definitions for this project */

@font-face {
    font-family: bodytextfont;
    src: fonts/ ;
    font-stretch: "normal";
    font-style: "normal";
    font-weight: "normal";
}

@font-face {
    font-family: bodytextfont;
    src: fonts/ ;
    font-stretch: "normal";
    font-style: "italic";
    font-weight: "normal";
}

@font-face {
    font-family: bodytextfont;
    src: fonts/ ;
    font-stretch: "normal";
    font-style: "normal";
    font-weight: "bold";
}

@font-face {
    font-family: bodytextfont;
    src: fonts/ ;
    font-stretch: "normal";
    font-style: "italic";
    font-weight: "bold";
}
