This is (ab)using unicode, for example the F is actually a Mathematical Bold Fraktur Capital F: https://www.compart.com/en/unicode/U+1D571 This is terrible for screen readers and the like which are unable to read or understand these unicode characters making accessibility a real concern.
I'd kind of expect screen readers to be able to apply Unicode compatibility decomposition http://unicode.org/reports/tr15/#Canon_Compat_Equivalence since there are many characters that are just visual variants. Ligatures like ffl or the like are at least somewhat common e.g. in PDFs. On the other hand, maybe that breaks other stuff and only whitelisted characters are converted. Maybe a HN reader using a screen reader c…
Show HN: Fancy fonts you can use almost anywhere
101–110 of 172 posts
Re: Show HN: Fancy fonts you can use almost anywhere
#102Earlier quoted context omitted.
What would be an example of a string like "𝕙𝕖𝕝𝕝𝕠" appearing in a context where the screen reader should not attempt to pronounce it? Note that in math usage, a lone ℝ should be pronounced exactly the same way as a lone R.
Someone using a screen reader to learn a new language.
Re: Show HN: Fancy fonts you can use almost anywhere
#103Re: Show HN: Fancy fonts you can use almost anywhere
#104Re: Show HN: Fancy fonts you can use almost anywhere
#105Just looking at the comment section here I have concluded that this is a blight on the web. Sites (unfortunately) should go ahead and update to strip this BS out
Re: Show HN: Fancy fonts you can use almost anywhere
#106Doesn't seem to work on Android devices. All I see is missing unicode characters. Roboto doesn't seem to have have these glyphs. On Mac, most of the glyps in the title seem to be from STIX font.
Re: Show HN: Fancy fonts you can use almost anywhere
#107Earlier quoted context omitted.
Name coming from this post IIRC: https://stackoverflow.com/a/1732454/1091116
Zalgo comic edits started on SomethingAwful many many years ago, and had a resurgence on 4chan many years ago that lead to the Zalgo text corrupter.
Everything started on SomethingAwful many many years ago.
Re: Show HN: Fancy fonts you can use almost anywhere
#108𝖋𝖆𝖓𝖈𝖞 𝚏𝚊𝚗𝚌𝚢 𝕗𝕒𝕟𝕔𝕪 𝒻𝒶𝓃𝒸𝓎 𝙛𝙖𝙣𝙘𝙮 ⓕⓐⓝⓒⓨ 🅵🅰🅽🅲🆈
Re: Show HN: Fancy fonts you can use almost anywhere
#109Earlier quoted context omitted.
Because they have uses outside of the abuse. If you always expect that they're being used improperly, then you mess up the actual use cases.
What would be an example of a string like "𝕙𝕖𝕝𝕝𝕠" appearing in a context where the screen reader should not attempt to pronounce it? Note that in math usage, a lone ℝ should be pronounced exactly the same way as a lone R.
Re: Show HN: Fancy fonts you can use almost anywhere
#110Earlier quoted context omitted.
I wonder actually. Google seems to understand these, you can search with them. I wouldn't be surprised if screen readers understand these symbols. They're originally for Mathematics, and I'm sure there's plenty of blind mathematicians.
It's less "can they render them" and more "do they maintain their meaning in alternate renderings". For example, it's common in these to use non-latin characters that visually resemble latin characters. But if you were to try and substitute them literally, either as their actual phonetic sound, or a latin equivalent that is semantically similar but visually different, you risk breaking the meaning. It's a bit like wh…