mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
While our default font supporting variations is unlikely, this is nevertheless required for our fallback font to be considered equal to it's non-default/fallback equivalent (i.e. `font-family: serif`) which in turn is required for LineBuilder to merge chunks into a single fragment.
8 lines
192 B
HTML
8 lines
192 B
HTML
<!doctype html>
|
||
<style>
|
||
#foo {
|
||
font-variation-settings: "wght" 100;
|
||
}
|
||
</style>
|
||
<div id="foo">حسنًا ، hello friends مرحباً أيها ا test لأصدقاء end</div>
|