Skip to content

Inter 4.0: Fandom Wikis Font Modernizer by Today20092

Screenshot of Inter 4.0: Fandom Wikis Font Modernizer

Details

AuthorToday20092

LicenseNo License

Categoryfandom

Created

Updated

Size987 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Upgrade Fandom wikis with sleek Inter 4.0 font. Improves readability across diverse topics. Modern typeface for clearer, consistent text.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Warframe Wiki Inter4.0 Font
@namespace      https://github.com/Today20092
@version        1.0.0
@description    Makes the font on the wiki a lot easier to read and view.
@author         Ayoub Abedrabbo
==/UserStyle== */
@-moz-document regexp(".+\\.fandom\\.com.*") {
	@import url('https://rsms.me/inter/inter.css');

	/* Set base font for the entire document */
	:root {
		font-family: 'Inter', sans-serif;
		font-feature-settings: 'liga' 1, 'calt' 1;
		/* fix for Chrome */
	}

	/* Use InterVariable if supported */
	@supports (font-variation-settings: normal) {
		:root {
			font-family: 'InterVariable', sans-serif;
		}
	}

	/* Apply the font to all elements */
	* {
		font-family: inherit !important;
	}

	/* Set font weight for headers */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 600 !important;
	}

	/* Keep monospace font for code elements */
	code,
	pre {
		font-family: monospace !important;
	}
}

Reviews

No reviews yet.