←back to thread

108 points liquid99 | 1 comments | | HN request time: 0s | source
Show context
notpushkin ◴[] No.43360319[source]
Like others have already said, it’s an accessibility nightmare. On the other hand, it’s not like this is going away anytime soon – maybe screenreaders could learn to understand and read some such “fonts” (e.g. bold/italic at least)?
replies(3): >>43360462 #>>43360722 #>>43360966 #
peebeebee ◴[] No.43360722[source]
For HTML, you can probably do the following:

  <span aria-label="my text">𖢑ꚲ 𖢧𖤟𖤗𖢧</span>
replies(2): >>43360772 #>>43361083 #
notpushkin ◴[] No.43360772[source]
If you want to use such an effect on your own website that’s probably the way to go (although I’d probably try to use real text in HTML and replace it with some CSS magic... or just use a web font).
replies(1): >>43360879 #
1. Cthulhu_ ◴[] No.43360879{3}[source]
For social media / forum sites etc, they should definitely add this. Make a plain text / accessible (user) name mandatory and a display name optional. And give end users the choice to show canonical name or display name.