1
0
Fork 0
firefox/layout/reftests/font-features/font-features-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

18 lines
295 B
HTML

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