-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add inter as default font, lexend as third highly readable option
- Loading branch information
Showing
27 changed files
with
99 additions
and
76 deletions.
There are no files selected for viewing
Binary file removed
BIN
-35.7 KB
src/assets/aktinson-hyperlegible/Atkinson-Hyperlegible-Bold-102.otf
Binary file not shown.
Binary file removed
BIN
-36.4 KB
src/assets/aktinson-hyperlegible/Atkinson-Hyperlegible-BoldItalic-102.otf
Binary file not shown.
Binary file removed
BIN
-34.8 KB
src/assets/aktinson-hyperlegible/Atkinson-Hyperlegible-Italic-102.otf
Binary file not shown.
Binary file removed
BIN
-33.6 KB
src/assets/aktinson-hyperlegible/Atkinson-Hyperlegible-Regular-102.otf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+53.3 KB
src/assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-BoldItalic.ttf
Binary file not shown.
Binary file added
BIN
+52.9 KB
src/assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-Italic.ttf
Binary file not shown.
Binary file added
BIN
+52.3 KB
src/assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@font-face { | ||
font-family: "Atkinson Hyperlegible"; | ||
font-weight: normal; | ||
font-style: normal; | ||
src: url(../../assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-Regular.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: "Atkinson Hyperlegible"; | ||
font-weight: bold; | ||
font-style: normal; | ||
src: url(../../assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-Bold.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: "Atkinson Hyperlegible"; | ||
font-weight: normal; | ||
font-style: italic; | ||
src: url(../../assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-Italic.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: "Atkinson Hyperlegible"; | ||
font-weight: bold; | ||
font-style: italic; | ||
src: url(../../assets/fonts/aktinson-hyperlegible/AtkinsonHyperlegible-BoldItalic.ttf); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@import url(inter.css); | ||
@import url(atkinson-hyperlegible.css); | ||
@import url(opendyslexic.css); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: italic; | ||
font-weight: 100 900; | ||
src: url(../../assets/fonts/inter/Inter-Italic.ttf); | ||
} | ||
|
||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: normal; | ||
font-weight: 100 900; | ||
src: url(../../assets/fonts/inter/Inter.ttf); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@font-face { | ||
font-family: 'Lexend'; | ||
font-style: normal; | ||
font-weight: 100 900; | ||
src: url(../../assets/fonts/lexend/Lexend.ttf); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@font-face { | ||
font-family: "OpenDyslexic"; | ||
font-weight: normal; | ||
font-style: normal; | ||
src: url(../../assets/fonts/open-dyslexic/OpenDyslexic-Regular.otf); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenDyslexic"; | ||
font-weight: bold; | ||
font-style: normal; | ||
src: url(../../assets/fonts/open-dyslexic/OpenDyslexic-Bold.otf); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenDyslexic"; | ||
font-weight: normal; | ||
font-style: italic; | ||
src: url(../../assets/fonts/open-dyslexic/OpenDyslexic-Italic.otf); | ||
} | ||
|
||
@font-face { | ||
font-family: "OpenDyslexic"; | ||
font-weight: bold; | ||
font-style: italic; | ||
src: url(../../assets/fonts/open-dyslexic/OpenDyslexic-BoldItalic.otf); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters