Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html> | |
| 3 <head> | |
| 4 <style> | |
| 5 p { | |
| 6 font-family: Arial, sans-serif; | |
| 7 font-size:48px; | |
| 8 } | |
| 9 | |
| 10 .weight600 { | |
| 11 font-weight: 600; | |
| 12 } | |
| 13 </style> | |
| 14 </head> | |
| 15 <body> | |
| 16 <p>Text, normal weight.</p> | |
| 17 <p class=weight600>Bolder than normal.</p> | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |