Skip to content

jamieoliver.com font weight fix by deltabeard

Details

Authordeltabeard

LicenseCC Zero

Categoryjamieoliver.com

Created

Updated

Size416 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the font weight on the jamieoliver.com website to regular. This makes it easier to read the recipes on my screen.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         jamieoliver.com font weight fix
@version      20211128.10.12
@namespace    userstyles.world/user/deltabeard
@description  Changes the font weight on the jamieoliver.com website to regular. This makes it easier to read the recipes on my screen.
@author       deltabeard
@license      CC Zero
==/UserStyle== */

@-moz-document domain("jamieoliver.com") {
body {
	font-weight: normal;
}
}

Reviews

No reviews yet.