Add ASL mode #6484
-
I think it would be cool if we added an ASL mode in which the Gallaudet Font is used. While I do realise that there is little to no advantage of learning the alphabet this way, I also know that it would take little effort to implement it and it might also create some awareness and maybe even motivate people to learn the alphabet. I would even be willing to implement this feature. The implementation might look something like this: This could possibly be achieved with the following code (assuming you installed the code locally): <style>
@font-face {
font-family: 'Gallaudet';
src: url('./fonts/Gallaudet.ttf') format('truetype');
}
.word letter {
font-family: 'Gallaudet' !important;
font-size: 100px !important;
}
#wordsWrapper {
height: 400px !important;
padding-top: 30px !important;
}
</style> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Sequel? Now how about braille? |
Beta Was this translation helpful? Give feedback.
#6485