Skip to content

bsky.app typography fix by benharri

Details

Authorbenharri

LicenseCC Zero

Categorybsky

Created

Updated

Size477 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

minor typography fixes for bsky

enables the disambiguation styleset for Inter and removes the system font-family on the post composer

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         bsky.app typography fix
@version      20241113.07.50
@namespace    https://userstyles.world/user/benharri
@description  minor typography fixes for bskyenables the disambiguation styleset for Inter and removes the system font-family on the post composer
@author       benharri
@license      CC Zero
==/UserStyle== */

@-moz-document domain("bsky.app"), domain("main.bsky.dev") {
* {
    font-feature-settings: 'ss02' on, 'tnum' on !important;
}

}

Reviews

No reviews yet.