mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
16 lines
675 B
HTML
16 lines
675 B
HTML
<!DOCTYPE html>
|
|
<title>font-size (issues #1435, #3417)</title>
|
|
<style>p { margin: .5em }</style>
|
|
<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: smaller">smaller is 17px.
|
|
<p style="font-size: larger">larger is 24px.
|
|
<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.
|