<style>
@font-face {
    font-family: 'InkVerse';
    src: url("{% static 'assets/font/InkVerse.ttf' %}") format('truetype');
    font-weight: normal;
    font-style: normal;
}

    @font-face {
        font-family: 'Halogen';
        src: url("{% static 'assets/font/Halogen.ttf' %}") format('truetype');
        font-weight: normal;
        font-style: normal;
    }
</style>