1
0
Fork 0
firefox/testing/web-platform/tests/css/css-fonts/font-language-override-01-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

27 lines
451 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>CSS Test reference</title>
<style>
@font-face {
font-family: Libertine;
src: url(support/fonts/LinLibertine_Re-4.7.5.woff);
}
body {
font-family: sans-serif;
}
div {
margin: 1em;
font: 32px Libertine;
}
.ref {
font-feature-settings: "liga" 0;
}
</style>
</head>
<body>
<p>Test passes if the "fi" below does NOT form a ligature:
<div class=ref>fi</div>
</body>
</html>