Reset font attributes for articles and comments.
Simple Slashdot - Readability by nwatham
Imported and mirrored from https://github.com/morenathan/user-css-simple/raw/main/simple-slashdot-readability.user.css
Details
Authornwatham
LicenseBSD-2-Clause
Categoryslashdot.org
Created
Updated
Size408 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 Simple Slashdot - Readability
@namespace github.com/morenathan/user-css-simple
@version 2.1
@description Reset font attributes for articles and comments.
@author Nathan Middleton <nathan@aplace.us>
@license BSD-2-Clause
==/UserStyle== */
@-moz-document domain("slashdot.org") {
* {
font-family: "IBM Plex Serif Text", serif !important;
}
}