6 /* A font that supports the π symbol, but does not have a capital PI;
7 and supports the µ sign, but does not have a capital MU. */
8 src: url(../fonts/Prototype.ttf);
13 font-variant: small-caps;
17 <p>The pi symbol must not be missing:
</p>
19 <p class=test
>π-Test
</p>
21 <p>The micro sign µ must not be missing:
</p>
23 <!-- Because we cannot do a fake-small-cap for µ, the complete run
24 "10µs" will be rendered without a small-caps effect. -->
25 <p class=test
>Is
10µs the same as
10ms?
</p>