/*WHY DOES THIS WORK IDK*/

@font-face {
    font-family: 'bookman';
    src: url("https://smile4anything.neocities.org/BookmanJFPro-Regular.ttf");
}

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

@font-face {
    font-family: 'Degular';
    src: url('Degular/Degular-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

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

/* You can add more weights or styles if you have them */
