Skip to content

Eurogamer.net (larger font) by silentdragoon

Screenshot of Eurogamer.net (larger font)

Details

Authorsilentdragoon

LicenseNo License

Categoryeurogamer

Created

Updated

Size717 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the Eurogamer preview and main website font larger and the line-height greater. Just the article text and article headings are affected; other elements remain the same size (so images don't become pixellated).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Eurogamer.net (larger font)
@version      20210820.08.38
@namespace    userstyles.world/user/silentdragoon
@description  Makes the Eurogamer preview and main website font larger and the line-height greater. Just the article text and article headings are affected; other elements remain the same size (so images don't become pixellated). 
@author       silentdragoon
@license      No License
==/UserStyle== */

@-moz-document domain("gamer-network.net"), domain("eurogamer.net") {
.article .body {
    font-size: 20px;
    line-height: 1.5;
}

.article .body h2, .article .body h3, .article .body h4, .article .body h5 {
    line-height: 1.3;
    font-size: 1.7em;
}
}

Reviews

No reviews yet.