Increase letter and word spacing.
Audit - 2 - Letter-word spacing by FACILiti
Details
AuthorFACILiti
LicenseNo License
Category.
Created
Updated
Size321 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 - 2 - Letter-word spacing
@version 1.0.0
@description Increase letter and word spacing
@namespace ?
==/UserStyle== */
html:not([stylus-iframe]) body,
html:not([stylus-iframe]) body * {
letter-spacing: 0.7em !important;
line-height: 1.5 !important;
}