Change the BlueSky font to serif.
Bsky Serif by chbarts
Details
Authorchbarts
LicenseCC Zero
Categorybsky.app
Created
Updated
Size325 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 bsky.app
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Change the BlueSky font to serif.
@author Chris Barts
==/UserStyle== */
@-moz-document domain("bsky.app") {
/* Insert code here... */
* {
font-family: serif !important;
}
}