Add OpenDyslexic
This commit is contained in:
parent
ae0d98306d
commit
64075009ae
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,7 @@
|
|||
@font-face { font-family: open-dyslexic; src: url('fonts/OpenDyslexic3-Regular.ttf'); }
|
||||
|
||||
body {
|
||||
font-family: Comic Sans MS;
|
||||
font-family: "open-dyslexic", "Comic Sans MS";
|
||||
}
|
||||
|
||||
div.container {
|
||||
|
@ -48,7 +50,7 @@ ul.fisher-price-links>li:hover {
|
|||
ul.fisher-price-links>li>a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.left-aligned {
|
||||
|
|
Loading…
Reference in New Issue