Skip to content

midi.org - Readable monospace by denilsonsa

Screenshot of midi.org - Readable monospace

Details

Authordenilsonsa

LicensePublic Domain

Categorymidi

Created

Updated

Size573 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It is a sin to describe bitwise operations using a variable-width font.

Notes

Source code

/* ==UserStyle==
@name           midi.org - Readable monospace
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    It is a sin to describe bitwise operations using a variable-width font.
@author         Denilson
==/UserStyle== */

@-moz-document url-prefix("https://www.midi.org/specifications-old/item/table-1-summary-of-midi-message") {
    html table.maintext {
        font-family: monospace;
        /* For whatever reason, they decided to set it to 300. It looks unreadable with a monospace font. */
        font-weight: normal;
    }
}

Reviews

No reviews yet.