Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 182 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 182 Bytes

fonts.intera.dev

Loading font

<style>
    @import url('https://fonts.intera.dev/_/<FONT_URL_NAME>')
    * {
        font-family: "<FONT-FAMILY-NAME>";
    }
</style>