Add OpenDyslexic

This commit is contained in:
Tom Lee 2020-08-25 21:00:17 +01:00
parent ae0d98306d
commit 64075009ae
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,7 @@
@font-face { font-family: open-dyslexic; src: url('fonts/OpenDyslexic3-Regular.ttf'); }
body { body {
font-family: Comic Sans MS; font-family: "open-dyslexic", "Comic Sans MS";
} }
div.container { div.container {
@ -48,7 +50,7 @@ ul.fisher-price-links>li:hover {
ul.fisher-price-links>li>a { ul.fisher-price-links>li>a {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
font-size: 20px; font-size: 18px;
} }
.left-aligned { .left-aligned {