Tweak fonts. Nothing else.
firstpost.com - Improve readability by anupamsr
Details
Authoranupamsr
LicenseNo License
Categoryfirstpost
Created
Updated
Size797 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name firstpost.com - Improve readability
@version 20220411.08.21
@namespace userstyles.world/user/anupamsr
@description Tweak fonts. Nothing else.
@author anupamsr
@license No License
==/UserStyle== */
@-moz-document domain("firstpost.com") {
.inner-main-title {
font: 700 30pt/35pt 'Open Sans','Noto Sans','Arial',sans-serif;
letter-spacing: 0;
color: #000;
margin: 10px;
word-break: break-word;
}
.inner-copy {
font: 400 15pt/22pt 'Open Sans','Noto Sans','Arial',sans-serif;
letter-spacing: 0;
color: #000;
margin-bottom: 20px;
}
.inner-copy.article-full-content p {
font: 400 15pt/22pt 'Open Serif','Noto Serif','Times New Roman',serif;
letter-spacing: 0;
color: #000;
margin-bottom: 20px;
}
}