Makes everything Comic Sans.
Comic Sanser by bomberfish
Details
Authorbomberfish
LicenseNo License
Categoryeverything
Created
Updated
Size336 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 Comic Sanser
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes everything Comic Sans.
@author BomberFish
==/UserStyle== */
@-moz-document regexp(".*") {
* {
font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", sans-serif!important
}
}