sans-serif is important for me.
sans-serif by etale
Details
Authoretale
LicenseCC0
Categoryuserstyles
Created
Updated
Size215 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
sans-serif is important for me.
Source code
/* ==UserStyle==
@name sans-serif
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document regexp(".*") {
* {
font-family: sans-serif !important;
}
}