@font-face {
    font-family: 'Fantastic';
    src: url("Fantastic Font.woff") format("woff"),
         url('Fantastic Font.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'Fantastic Bold';
    src: url("Fantastic Font-Bold.woff") format("woff"),
         url('Fantastic Font-Bold.ttf') format('opentype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}