Skip to content

Replace bad fonts - NOS.nl by Vivelin

Details

AuthorVivelin

LicenseMIT

Categorynos.nl

Created

Updated

Size416 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;
  }
  
  /* Article paragraphs */
  .kWcvao {
    font: normal 400 1.125rem/1.8 serif;
  }
}

Reviews

No reviews yet.