@font-face {
    font-family: 'MrsEaves';
    src: url('italic/italic.otf') format("opentype");
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'MrsEaves';
    src: url('normal/normal.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}