Skip to content

Open Dyslexic Quotev by layercake

Screenshot of Open Dyslexic Quotev

Details

Authorlayercake

LicenseNo License

CategoryQuotev

Created

Updated

Size730 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the font of Quotev to the Open Dyslexic font

Notes

  • This also includes the "font-face" code, so you can change this and all subsequent "opendyslexic" font instances in the css to apply your own custom font, provided you know how to

Source code

/* ==UserStyle==
@name        Open Dyslexic Quotev
@version      20240405.16.57
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.quotev.com/") {
    
@font-face {
    font-family: 'opendyslexic';
    src: url(https://files.catbox.moe/1v0hp3.ttf);
}
    
body {
  cursor: default;
  text-align: center;
  font-family: 'opendyslexic' !important;
  font-size: 15px;
  -webkit-text-size-adjust: none;
}

textarea, input, select {
  font-family: 'opendyslexic' !important;
    }

.qbutton, .qbutton:visited, .qbutton:hover, .qbutton:focus, .qbutton_small, .qbutton_small:visited, .qbutton_small:hover, .qbutton_small:focus {
      font-family: 'opendyslexic' !important;
        }
}

Reviews

No reviews yet.