@font-face {
    font-family: "Simple Joys";
    src: url(simplejoys.ttf);
}

@font-face {
    font-family: "Loew";
    src: url(loewRegular.otf);
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: "Loew";
    src: url(loewItalic.otf);
    font-weight:normal;
    font-style:italic;
}

@font-face {
    font-family: "Loew";
    src: url(loewHeavy.otf);
    font-weight:900;
    font-style:normal;
}

@font-face {
    font-family: "Loew";
    src: url(loewHeavyItalic.otf);
    font-weight:900;
    font-style:italic;
}

@font-face {
    font-family: "Loew";
    src: url(loewBold.otf);
    font-weight:700;
    font-style:normal;
}

@font-face {
    font-family: "Loew";
    src: url(loewBoldItalic.otf);
    font-weight:700;
    font-style:italic;
}