MinimaDebug

cool small font for peeps

Preview

preview of the font

Example

this is some text abcdefghijklmnopqrstuvwxyz 1234567890 ! + - : / \ ( ) [ ] { } < > = & ^ " ' . ; ~ ` | _

Licence:

MinimaDebug is public domain; you can use it for any purpose, including commercial purposes, without any conditions.

It'd be cool if you could tag @k@layer8.space or @lardratboy@corteximplant.com if you use it in a project !

Download

MinimaDebug.ttf

Use on a website?

Embed the font on your website

add this to your css

@font-face {
    font-family: MinimaDebug;
    src: url(https://the-sauna.icu/minimadebug/MinimaDebug_TTF.php);
}
.prexample {
    font-family: MinimaDebug;
    font-size: 8px;
}
        

add this to your body tag

<div class="prexample">
    this is some text
</div>