Mypal/layout/reftests/font-features/font-features-ligatures-none.html
2019-03-11 13:26:37 +03:00

21 lines
360 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family: libertine;
src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
font-feature-settings: "hlig";
}
body {
font-family: libertine, sans-serif;
font-size: 400%;
line-height: 2em;
font-variant-ligatures: none;
}
</style>
</head>
<body lang="en">
fastest firefox
</body>
</html>