Implements the OpenDyslexic font for sudowrite
Sudowrite OpenDyslexic by aintunez
Details
Authoraintunez
LicenseNo License
Categorysudowrite
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sudowrite OpenDyslexic
@version 20220704.12.37
@namespace userstyles.world/user/aintunez
@description Implements the OpenDyslexic font for sudowrite
@author aintunez
@license No License
==/UserStyle== */
@-moz-document domain("sudowrite.com") {
@font-face {
font-family: OpenDyslexic;
src: url(https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Regular.woff);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: OpenDyslexic;
src: url(https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Bold.woff);
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: OpenDyslexic;
src: url(https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-Italic.woff);
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: OpenDyslexic;
src: url(https://cdn.jsdelivr.net/npm/open-dyslexic@1.0.3/woff/OpenDyslexic-BoldItalic.woff);
font-weight: bold;
font-style: italic;
}
.ql-editor {
font-family: OpenDyslexic !important;
}
}