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 = [
|
||||
["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"`],
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue