what if dyslexia
This commit is contained in:
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.
BIN
views/assets/fonts/OpenDyslexic/Bold.otf
Normal file
BIN
views/assets/fonts/OpenDyslexic/Bold.otf
Normal file
Binary file not shown.
BIN
views/assets/fonts/OpenDyslexic/BoldItalic.otf
Normal file
BIN
views/assets/fonts/OpenDyslexic/BoldItalic.otf
Normal file
Binary file not shown.
BIN
views/assets/fonts/OpenDyslexic/Italic.otf
Normal file
BIN
views/assets/fonts/OpenDyslexic/Italic.otf
Normal file
Binary file not shown.
BIN
views/assets/fonts/OpenDyslexic/Regular.otf
Normal file
BIN
views/assets/fonts/OpenDyslexic/Regular.otf
Normal file
Binary file not shown.
|
@ -15,8 +15,9 @@ var propagateStyles = propagateStyles ?? null;
|
||||||
const FONTS = [
|
const FONTS = [
|
||||||
["Lexend Deca"],
|
["Lexend Deca"],
|
||||||
["Renogare"],
|
["Renogare"],
|
||||||
["Mojangles", "Minecraft"],
|
["OpenDyslexic"],
|
||||||
["Nintendo DS", "NDS12"],
|
// ["Mojangles", "Minecraft"],
|
||||||
|
// ["Nintendo DS", "NDS12"],
|
||||||
["System Default", `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
["System Default", `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||||
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
"Segoe UI Symbol"`],
|
"Segoe UI Symbol"`],
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
html.base {
|
html.base {
|
||||||
/* --base-color: 0, 0% !important; */
|
/* --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",
|
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
"Segoe UI Symbol" !important;
|
"Segoe UI Symbol" !important;
|
||||||
--font-weight: normal !important;
|
--font-weight: normal !important;
|
||||||
|
@ -108,7 +108,7 @@ html.base {
|
||||||
--header-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
--header-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||||
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
"Segoe UI Symbol" !important;
|
"Segoe UI Symbol" !important;
|
||||||
--header-font-weight: bold !important;
|
--header-font-weight: bold !important; */
|
||||||
|
|
||||||
--underlay-color: #fff !important;
|
--underlay-color: #fff !important;
|
||||||
--background-color: transparent !important;
|
--background-color: transparent !important;
|
||||||
|
@ -140,7 +140,7 @@ html.base {
|
||||||
:root {
|
:root {
|
||||||
/* --base-color: 0, 0% !important; */
|
/* --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",
|
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
"Segoe UI Symbol" !important;
|
"Segoe UI Symbol" !important;
|
||||||
--font-weight: normal !important;
|
--font-weight: normal !important;
|
||||||
|
@ -148,7 +148,7 @@ html.base {
|
||||||
--header-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
--header-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||||
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
"Segoe UI Symbol" !important;
|
"Segoe UI Symbol" !important;
|
||||||
--header-font-weight: bold !important;
|
--header-font-weight: bold !important; */
|
||||||
|
|
||||||
--underlay-color: #fff !important;
|
--underlay-color: #fff !important;
|
||||||
--background-color: transparent !important;
|
--background-color: transparent !important;
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
font-family: "NDS12";
|
font-family: "NDS12";
|
||||||
src: url("/assets/fonts/NDS12/Regular.otf");
|
src: url("/assets/fonts/NDS12/Regular.otf");
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "OpenDyslexic";
|
||||||
|
src: url("/assets/fonts/OpenDyslexic/Regular.otf");
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
--font-family: "Lexend Deca";
|
--font-family: "Lexend Deca";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue