Luciole Math: a typeface developed explicitly for visually impaired academics

29 points by kngl


majaha

If the author is reading,

<section id="try" class="full-width">

with

.full-width { width: 100vw }

is causing that annoying horizontal scroll on this page.

Viewport units measure the viewport size ignoring any scrollbars (so including them within the viewport rectangle). This means that a 100vw page will continue underneath the side scrollbar if it exists, creating a bottom scroll bar. This makes viewport units a bad fit for making things full screen in general, annoyingly.

The solution is to change it to .full-width { width: 100% }.

aziis98

I want to use this in Typst like now

jonsterling

This one actually is pretty easy on the eyes!

JohnDeHope

I feel like I am missing something. Does the world need another sans humanist font with an essentially rectangular shape for the lowercase L? I kind of feel like we have enough of them, for now. Does this font do something beyond what fonts like Gentium from sil.org do? It kind of feels like fonts that purport to have “all the glyphs” is another crowded field. What am I missing here?