Skip to content

psky.social by benharri

Details

Authorbenharri

LicenseCC Zero

Categorypsky.social

Created

Updated

Code size350 B

Code checksum53c09272

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

monospace font to make psky look more like IRC

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;
}
}

Reviews

No reviews yet.