mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
8 lines
128 B
HTML
8 lines
128 B
HTML
<!doctype html>
|
|
<title>medium font-size reference</title>
|
|
<style>
|
|
p {
|
|
font-size: 16px;
|
|
}
|
|
</style>
|
|
<p>This text should be 16px
|