Skip to content

Hexacomic by pvrzz

Screenshot of Hexacomic

Details

Authorpvrzz

LicenseMIT

Categoryhexagon.pw

Created

Updated

Code size855 B

Code checksum7cabfed7

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes all text on hexagon.pw the comic sans ms font.
Must be a Windows user.

tags: hexagon, hexagon.pw

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
    }
}

Reviews

No reviews yet.