Makes all text on hexagon.pw the comic sans ms font.
Must be a Windows user.
tags: hexagon, hexagon.pw
Authorpvrzz
LicenseMIT
Categoryhexagon.pw
Created
Updated
Code size855 B
Code checksum7cabfed7
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Makes all text on hexagon.pw the comic sans ms font.
Must be a Windows user.
tags: hexagon, hexagon.pw
/* ==UserStyle==
@name Hexacomic
@version 20250216.04.12
@namespace https://userstyles.world/user/pvrz
@description make hexagon.pw comic sans ms
@author pvrz
@license MIT
==/UserStyle== */
/* ==UserStyle==
@name Hexacomic
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Changes Hexagon.pw font to Comic Sans MS
@author pvrz
==/UserStyle== */
@-moz-document domain("hexagon.pw") {
* {
font-family: "Comic Sans MS", "Comic Sans", cursive !important;
}
input,
textarea,
select,
button {
font-family: "Comic Sans MS", "Comic Sans", cursive !important;
}
.markdown-body,
.code,
.text-content {
font-family: "Comic Sans MS", "Comic Sans", cursive !important;
}
}