Increases size of arabic font
wikipedia.org by AlexanderPurdue
Details
AuthorAlexanderPurdue
LicenseNo License
Categorywikipedia
Created
Updated
Size201 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.org
@version 20230924.16.33
@namespace ?
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
body:lang(ar) {
font-size: 20px !important;
}
}