Apply Sans Bullshit Sans everywhere
Sans Bullshit Sans by peteruithoven
Details
Authorpeteruithoven
LicenseCC Zero
CategoryEverywhere
Created
Updated
Size438 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Requires installation of Sans Bullshit Sans from:
https://www.sansbullshitsans.com/
Source code
/* ==UserStyle==
@name Sans Bullshit Sans
@version 20240704.08.20
@namespace https://userstyles.world/user/peteruithoven
@description Apply Sans Bullshit Sans everywhere
@author peteruithoven
@license CC Zero
==/UserStyle== */
@-moz-document regexp(".*") {
*:not([class*="icon"], .google-symbols) {
font-family: "Sans Bullshit Sans", sans-serif !important;
font-feature-settings: "liga" 1, "dlig" 1;
}
}