Skip to content

bsky.app typography fix by benharri

Details

Authorbenharri

LicenseCC Zero

Categorybsky

Created

Updated

Code size505 B

Code checksum95bdc5db

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      20241230.08.25
@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: 'cv05' on, 'zero' on, 'calt' off !important;
  }
}

Reviews

No reviews yet.