Sets :root { font-family: sans-serif; } to avoid serifs
Sans-serif root by Artoria2e5
Details
AuthorArtoria2e5
LicenseCC0-1.0
Categorybrainstorming.azurewebsites.net
Created
Updated
Size366 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sans-serif root
@version 20240529.09.05
@namespace https://userstyles.world/user/Artoria2e5
@description Sets :root { font-family: sans-serif; } to avoid serifs
@author Artoria2e5
@license CC0-1.0
==/UserStyle== */
@-moz-document domain("brainstorming.azurewebsites.net") {
:root {
font-family: sans-serif;
}
}