11 lines
No EOL
249 B
HTML
11 lines
No EOL
249 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<p>Both lines should look the same:</p>
|
|
<div style="font-size:xxx-large;">
|
|
<div style="font-family:'Yu Gothic', serif;">
|
|
lorem ipsum
|
|
</div>
|
|
<div style="font-family:'Yu Gothic', serif;">
|
|
lorem ipsum
|
|
</div>
|
|
</body> |