Clean, minimalistic Wikipedia redesign for focused reading.
Wikipedia Reading '23 by devidw
Imported and mirrored from https://github.com/devidw/user-styles/raw/refs/heads/master/sites/wikipedia.org-23/index.user.css
Details
Authordevidw
LicenseUnlicense
Categoryunset
Created
Updated
Size813 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 Wikipedia Reading '23
@version 1.0.0
@namespace d.wolf.gdn
@description Clean, minimalistic Wikipedia redesign for focused reading.
@author David Wolf <d@wolf.gdn> (https://d.wolf.gdn)
@homepageURL https://github.com/devidw/user-styles/tree/master/sites/wikipedia.org-23/
@supportURL https://github.com/devidw/user-styles/issues
@license Unlicense
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smooth: always;
text-rendering: optimizeLegibility;
}
.mw-body {
font-family: "Noto Serif", serif;
}
}