Changes the font to comic sans
Comic Sans by Pregeeth
Details
AuthorPregeeth
LicensePregeeth
Category1hd.to
Created
Updated
Size314 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 1hd.to
@version 20230809.21.49
@namespace ?
==/UserStyle== */
@-moz-document domain("1hd.to") {
/* Target only main text content and change the font-family to Comic Sans */
body, p, span, div, h1, h2, h3, h4, h5, h6 {
font-family: "Comic Sans MS", cursive !important;
}
}