Skip to content

Replace bad fonts - NOS.nl by Vivelin

Details

AuthorVivelin

LicenseMIT

Categorynos.nl

Created

Updated

Size390 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces bad (system) fonts on NOS.nl with browser defaults, so you can pick your own.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Replace bad fonts - NOS.nl
@namespace      vivelin.net
@version        1.0.0
@description    Replaces bad (system) fonts with browser defaults, so you can pick your own.
@author         Vivelin
==/UserStyle== */

@-moz-document domain("nos.nl") {
	html, body {
		font-family: sans-serif;
	}
	
	main > div > p {
		font: 400 1.125em/1.7 serif !important;
	}
}

Reviews

No reviews yet.