Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS zoom applies to font-size when specified by keywords</title>
<link rel="match" href="font-size-keyword-specified-ref.html">
<div style="zoom: 2">
<div style="font-size: medium">This is some zoomed medium text</div>
</div>