mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
15 lines
627 B
HTML
15 lines
627 B
HTML
<!DOCTYPE html>
|
|
<title>font-size (issues #1435, #3417)</title>
|
|
<body>
|
|
<p style="font-size: 32px">24pt is 32px.
|
|
<p style="font-size: 40px">2em is 40px.
|
|
<p style="font-size: 40px">200% is 40px.
|
|
<p style="font-size: 17px">smaller is 17px.
|
|
<p style="font-size: 24px">larger is 24px.
|
|
<p style="font-size: 9.6px">xx-small is 9.6px.
|
|
<p style="font-size: 12px">x-small is 12px.
|
|
<p style="font-size: 14.2222222222222222222222222222px">small is 14.2222…px.
|
|
<p style="font-size: 16px">medium is 16px.
|
|
<p style="font-size: 19.2px">large is 19.2px.
|
|
<p style="font-size: 24px">x-large is 24px.
|
|
<p style="font-size: 32px">xx-large is 32px.
|