1
0
Fork 0
firefox/testing/web-platform/tests/css/css-fonts/font-synthesis-05-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

23 lines
625 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CSS Test: font-synthesis: initial value</title>
<link rel="author" title="Chris Lilley" href="chris@w3.org">
<style>
@font-face {
font-family: "test";
src: url(/fonts/Lato-Medium.ttf);
}
.test {
font-family: "test";
font-size: 3em;
font-synthesis: weight style;
color: green;
}
</style>
<p>Test passes if the text below is green, not red.</p>
<section class="test">
<p>Filler text</p>
<!-- Synthesis is allowed, but not required -->
</section>