| prev | next |
| File: | /Presentation/TokenElements/ms/msSinheritance8.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Tests CSS fontstyle and fontfamily attribute inheritance with <mstyle> and <ms> | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mstyle fontstyle='italic' fontfamily='Helvetica'>
<mrow>
<ms>a</ms>
<mo>+</mo>
<ms fontweight='bold'>b</ms>
<mo>+</mo>
<ms fontstyle='normal'>c</ms>
<mo>+</mo>
<ms fontfamily='Courier' color='#00ff00'>f
</ms>
<mo>+</mo>
<ms fontsize='36pt'>Γ</ms>
<mo>+</mo>
<ms fontweight='bold' fontstyle='normal'>d
</ms>
</mrow>
</mstyle>
</math>