@font-face {
    font-family: menu;
    src: url(DTM-Sans.otf);

}

@font-face {
    font-family: myFirstFont;
    src: url(DTM-Sans.otf);
}
div {
    font-family: myFirstFont;

    font-size: 50%;

}