| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| #inspected { | |
| color: red; | |
| } | |
| .test-inspected { | |
| font-size: 10px; | |
| } | |
| .test-inspected2 { | |
| line-height: 20px; | |
| font-family:'testFont'; | |
| } | |
| .test-inspected3 { | |
| padding: 10px; | |
| } | |
| </style> | |
| <div id="inspected" class="test-inspected test-inspected2 test-inspected3" style="font-size: 10px; font-weight: bolder; font-family: Arial">Inspected div</div> | |
| <div id="inspected" class="test-inspected2">Test Font</div> |