minor typography fixes for bsky
enables the disambiguation styleset for Inter and removes the system font-family on the post composer
Authorbenharri
LicenseCC Zero
Categorybsky
Created
Updated
Size477 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
minor typography fixes for bsky
enables the disambiguation styleset for Inter and removes the system font-family on the post composer
/* ==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;
}
}