add a bit letter spacing to everything
bit-more-space by jkies
Details
Authorjkies
LicenseNo License
Category.*
Created
Updated
Size407 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 2023/3/8 19:51:43
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp(".*") {
* {
letter-spacing: 0.2px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
div,
span {
letter-spacing: 0.2px !important;
}
}