LuxDL / Lux.jl

Elegant & Performant Scientific Machine Learning in Julia
https://lux.csail.mit.edu/
MIT License
475 stars 57 forks source link

Update style.css to disable 'calt' feature for monospace #581

Closed cormullion closed 4 months ago

cormullion commented 4 months ago

Disable the 'calt' font feature for monospaced fonts.

Previous discussion issue #514

Before this PR, 'calt' font ligatures are displayed, eg for "|>". Although I (and others) like them, they're considered to be not very beginner friendly:

Screenshot 2024-04-10 at 09 47 16

With this PR:

Screenshot 2024-04-10 at 09 48 11

(See also this Documenter.jl issue)