Currently the following HTML will not load on Ladybird on Ubuntu:
test.html:
<meta charset="utf-8">
γ
This also seems to be the case with Hangul characters like μλ .
At least two (but possibly more) issues seem to be preventing these characters from being rendered on Ladybird on my Ubuntu 20.04 system:
(1) Missing OpenType Font Collection (.ttc, .otc) support (tracked in #21192)
(2) Appropriate font selection/fallback mechanism to select the font with the necessary glyphs instead of, say Times New Roman.
I suspect 2 might be related to the following FIXME in StyleComputer::compute_font_for_style_values
// FIXME: Implement the full font-matching algorithm: https://www.w3.org/TR/css-fonts-4/#font-matching-algorithm
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too