monospace font to make psky look more like IRC
psky.social by benharri
Details
Authorbenharri
LicenseCC Zero
Categorypsky.social
Created
Updated
Size350 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 20241230.08.30
@namespace https://userstyles.world/user/benharri
@description monospace font to make psky look more like IRC
@author benharri
@license CC Zero
==/UserStyle== */
@-moz-document domain("psky.social") {
* {
font-family: 'TX-02', 'Berkeley Mono', monospace;
}
}