Lupine.dev (Wolfy's Website)

Construct Experimental Font


Construct Experimental is a strange font that I drew. Upper and lowercase letters use the same set of glyphs. Aside from the 26 letters, period and comma are also supported.

Glyph List

ABCDEFGHIJKLMNOPQRSTUVWXYZ,.

The quick brown fox jumps over the lazy dog.

License

The Construct Experimental font is public domain and free for all uses, commercial and noncommercial, with no attribution required.

For license details, see Creative Commons Zero v1.0 Universal.

Downloads

Truetype (for standard computer installation):

Download ConstructExperimental.ttf

Webfont (to display on a custom website):

Download ConstructExperimental.woff

Download ConstructExperimental.woff2

Webfont CSS code:

@font-face {
    font-family: 'Construct Experimental';
    src: url('/assets/fonts/ConstructExperimental-Regular.woff2') format('woff2'),
        url('/assets/fonts/ConstructExperimental-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.construct-experimental {
    font-family: 'Construct Experimental';
    font-weight: normal;
    font-style: normal;
}

Size Samples

10px

The quick brown fox jumps over the lazy dog.

11px

The quick brown fox jumps over the lazy dog.

12px

The quick brown fox jumps over the lazy dog.

14px

The quick brown fox jumps over the lazy dog.

18px

The quick brown fox jumps over the lazy dog.

24px

The quick brown fox jumps over the lazy dog.

30px

The quick brown fox jumps over the lazy dog.

36px

The quick brown fox jumps over the lazy dog.

48px

The quick brown fox jumps over the lazy dog.

60px

The quick brown fox jumps over the lazy dog.

72px

The quick brown fox jumps over the lazy dog.