Sets all fonts on all websites to system-ui
Remove All Fonts Everywhere by rimu
Details
Authorrimu
LicenseNo License
Categoryevery website
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove All Fonts Everywhere
@version 20240502.09.13
@namespace https://userstyles.world/user/rimu
@description Sets all fonts on all websites to system-ui
@author rimu
@license No License
==/UserStyle== */
@-moz-document regexp(".*") {
body {
font-family: system-ui, -system-ui, -apple-system, BlinkMacSystemFont, Ubuntu, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
letter-spacing:0.1px;
font-weight: normal;
}
body p, #wysiwyg p, .wysiwyg p, .paragraph, .paragraph a {
font-family: system-ui, -system-ui, -apple-system, BlinkMacSystemFont, Ubuntu, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
font-size: 15px!important;
line-height: 1.5!important;
letter-spacing:0.1px;
font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5 {
font-family: system-ui, -system-ui, -apple-system, BlinkMacSystemFont, Ubuntu, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
letter-spacing:0.1px;
font-weight: normal;
}
}