Global OpenDyslexic
OpenDyslexic by resting
Details
Authorresting
LicenseNo License
Category*
Created
Updated
Size558 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 OpenDyslexic
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Global OpenDyslexic
@author Me
==/UserStyle== */
@-moz-document regexp(".*") {
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
code,
pre,
main,
section,
blockquote,
dd,
dl,
figcaption,
figure,
input,
legend,
button,
a,
p,
cite,
li,
th,
td,
strong,
b,
i,
.message-body {
font-family: "OpenDyslexic", "Fantasque Sans Mono", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
}