OLD | NEW |
1 <style> | 1 <style> |
2 .courier { | 2 .courier { |
3 font-family: 'Courier', 'Courier New'; | 3 font-family: 'Courier', 'Courier New'; |
4 } | 4 } |
5 .helvetica { | 5 .helvetica { |
6 font-family: 'Helvetica', 'Arial'; | 6 font-family: 'Helvetica', 'Arial'; |
7 } | 7 } |
8 .papyrus { | 8 .papyrus { |
9 font-family: 'Papyrus', 'Times', 'Times New Roman'; | 9 font-family: 'Papyrus', 'Times', 'Times New Roman'; |
10 } | 10 } |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 <span style="font-weight: 100">Courier</span> | 50 <span style="font-weight: 100">Courier</span> |
51 <span style="font-weight: 100">Courier</span> | 51 <span style="font-weight: 100">Courier</span> |
52 <span style="font-weight: 100">Courier</span> | 52 <span style="font-weight: 100">Courier</span> |
53 <span style="font-weight: 100">Courier</span> | 53 <span style="font-weight: 100">Courier</span> |
54 <span style="font-weight: 100">Courier</span> | 54 <span style="font-weight: 100">Courier</span> |
55 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> | 55 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> |
56 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> | 56 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> |
57 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> | 57 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> |
58 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> | 58 <span style="font-weight: 900" class="helvetica">Helvetica Bold</span> |
59 </div> | 59 </div> |
60 | |
61 <p>Times followed by Ahem (normal):</p> | |
62 <div> | |
63 Times <i class="ahem" style="font-style: normal;">AHEM</i> | |
64 </div> | |
OLD | NEW |