Increase font sizes on website.
Audit - 1 - Font size by FACILiti
Details
AuthorFACILiti
LicenseNo License
Category.
Created
Updated
Size292 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 Audit - 1 - Font size
@version 1.0.0
@description Increase font sizes
@namespace ?
==/UserStyle== */
html:not([stylus-iframe]) body,
html:not([stylus-iframe]) body * {
font-size: 30px !important;
line-height: 1.5 !important;
}