Cohost but monospace
Monospace Cohost by eramdam
Details
Authoreramdam
LicenseNo License
Categorycohost.org
Created
Updated
Size396 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 Monospace Cohost
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Cohost but monospace
@author Eramdam
==/UserStyle== */
@-moz-document domain("cohost.org") {
.font-atkinson, html, .font-league {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
}