Direct link to the article Considerations When Choosing Fonts for a Multilingual Website

Considerations When Choosing Fonts for a Multilingual Website

As a front-end developer working for clients all over the world, I’ve always struggled to deal with multilingual websites — especially cases where both right-to-left (RTL) and left-to-right (LTR) are used. That said, I’ve learned a few things along the way and am going to share a few …

Avatar of Omar Bourhaouta
Omar Bourhaouta on

Glyphs

Special Characters
" " quotation mark u+0022 ISOnum p:before { content:”\0022″; } alert(“\42”)
& & & ampersand u+0026 ISOnum p:before { content:”\0026″; } alert(“\46”)
&lt; &#60; < less-than sign u+003C ISOnum p:before { content:”\003c”; } alert(“\74”);
&gt; &#62; >
Avatar of Chris Coyier
Chris Coyier on (Updated on )