Skip to content

mastodon font style by jj1bdx

Details

Authorjj1bdx

LicenseCC Zero

Categorymastodon.social

Created

Updated

Size461 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change Mastodon site fonts

Notes

Using Noto Sans CJK JP

Source code

/* ==UserStyle==
@name           mastodon font style
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("mastodon.radio"), domain("floss.social"), domain("gingadon.com"), domain("oldbytes.space"), domain("linernotes.club") {
   
    /* Change tweet font */
    body {
        font-family: 'Noto Sans CJK JP' !important;
        font-weight: 300;
    }
}

Reviews

No reviews yet.