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
Code size837 B
Code checksumb620b04
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.2
@description Use regular Courier on Homestuck: Beyond Canon.
@author aubymori
==/UserStyle== */
@-moz-document domain("beyondcanon.com") {
.__variable_4390da {
--font-courier-std: courier, monospace;
}
:root:is(:not([data-theme]), [data-theme="default"]) {
--link: -moz-hyperlinktext;
--link--hover: -moz-hyperlinktext;
--link-visited: -moz-visitedhyperlinktext;
--link-visited--hover: -moz-visitedhyperlinktext;
}
a:active, button:active {
--link: -moz-activehyperlinktext;
--link--hover: -moz-activehyperlinktext;
}
.title__content {
font-size: 32px;
line-height: 1.15;
}
}