what if dyslexia

This commit is contained in:
MeowcaTheoRange 2023-12-21 22:08:35 -06:00
parent 7b1e6603be
commit ff810f8d59
12 changed files with 11 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -15,8 +15,9 @@ var propagateStyles = propagateStyles ?? null;
const FONTS = [
["Lexend Deca"],
["Renogare"],
["Mojangles", "Minecraft"],
["Nintendo DS", "NDS12"],
["OpenDyslexic"],
// ["Mojangles", "Minecraft"],
// ["Nintendo DS", "NDS12"],
["System Default", `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol"`],

View file

@ -100,7 +100,7 @@
html.base {
/* --base-color: 0, 0% !important; */
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
/* --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol" !important;
--font-weight: normal !important;
@ -108,7 +108,7 @@ html.base {
--header-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol" !important;
--header-font-weight: bold !important;
--header-font-weight: bold !important; */
--underlay-color: #fff !important;
--background-color: transparent !important;
@ -140,7 +140,7 @@ html.base {
:root {
/* --base-color: 0, 0% !important; */
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
/* --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol" !important;
--font-weight: normal !important;
@ -148,7 +148,7 @@ html.base {
--header-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol" !important;
--header-font-weight: bold !important;
--header-font-weight: bold !important; */
--underlay-color: #fff !important;
--background-color: transparent !important;

View file

@ -14,6 +14,10 @@
font-family: "NDS12";
src: url("/assets/fonts/NDS12/Regular.otf");
}
@font-face {
font-family: "OpenDyslexic";
src: url("/assets/fonts/OpenDyslexic/Regular.otf");
}
:root {
--font-family: "Lexend Deca";
}