|
|
|
|
|
by dmboyd
429 days ago
|
|
Totally get where you're coming from — I had a similar experience when going through Teach Your Child to Read with my eldest. The book’s emphasis on phoneme recognition over rote memorization really worked for us too. That said, we hit a bit of a wall in that transitional stage in terms of reading content — our kid was still relying on those visual cues (like ligatures and vowel variants), and jumping straight to standard text was a stretch. To bridge that, I actually built a font that keeps those phonics-aligned features and allowed us to use stories from things like Project Gutenberg. It’s based on the open-source TeX Gyre Schola, ( kind of like what is used in the Spot books) with OpenType features that auto-connect common digraphs (like “th”, “sh”, “ch”)— but in a way that can gradually phase out. Just put it up on GitHub if you're curious: Reading Guide Font. Open for any feedback or criticism! https://github.com/dmboyd/Reading-Guide |
|
This honestly very cool and I’m going to pass along to some of the literacy teachers in our district. Thank you!