Use regular Courier on Homestuck: Beyond Canon. Useful for those who prefer to read without ClearType.
Homestuck BC Font Fix by aubymori
Details
Authoraubymori
LicenseMPL-2.0
Categorybeyondcanon
Created
Updated
Size340 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Homestuck BC Font Fix
@namespace aubymori
@version 1.0.0
@description Use regular Courier on Homestuck: Beyond Canon.
@author aubymori
==/UserStyle== */
@-moz-document domain("beyondcanon.com") {
.content-body--comic {
font-family: courier, monospace;
}
}