monospace font to make psky look more like IRC
psky.social by benharri
Details
Authorbenharri
LicenseCC Zero
Categorypsky.social
Created
Updated
Size192 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 psky.social
@version 20241120.04.34
@namespace ?
==/UserStyle== */
@-moz-document domain("psky.social") {
* {
font-family: 'Berkeley Mono', monospace;
}
}