servo/tests/ref/font_size.html
2014-09-19 19:04:31 +01:00

13 lines
549 B
HTML

<!DOCTYPE html>
<title>font-size (issues #1435, #3417)</title>
<body style="font-size: 20px">
<p style="font-size: 24pt">24pt is 32px.
<p style="font-size: 2em">2em is 40px.
<p style="font-size: 200%">200% is 40px.
<p style="font-size: xx-small">xx-small is 9.6px.
<p style="font-size: x-small">x-small is 12px.
<p style="font-size: small">small is 14.2222…px.
<p style="font-size: medium">medium is 16px.
<p style="font-size: large">large is 19.2px.
<p style="font-size: x-large">x-large is 24px.
<p style="font-size: xx-large">xx-large is 32px.