Skip to content

Preserve April Fools' font by donotadblock2

Details

Authordonotadblock2

LicenseNo License

Categoryfuraffinity

Created

Updated

Code size593 B

Code checksume1255dc4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Keeps the 2025 April Fools' Day font "Comic Neue" around after the day is over.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.furaffinity.net
@version      20250401.20.16
@namespace    https://userstyles.world/user/donotadblock2
@description  Keep the 2025 April Fool's Day font "Comic Neue"
@author       donotadblock2
==/UserStyle== */

@-moz-document url-prefix("https://www.furaffinity.net/") {
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
    font-family: "Comic Neue";
    src: local("Comic Neue");
}

body {
    font-family: "Comic Neue", cursive !important;
}
}

Reviews

No reviews yet.