| OLD | NEW |
| 1 Font attributes. The font-family should list three families: | 1 Font attributes. The font-family should list three families: |
| 2 | 2 |
| 3 font-family: monospace, "Lucida Grande", sans-serif; | 3 font-family: monospace, "Lucida Grande", sans-serif; |
| 4 font-kerning: auto; | 4 font-kerning: auto; |
| 5 font-size: 16px; | 5 font-size: 16px; |
| 6 font-size-adjust: none; | 6 font-size-adjust: none; |
| 7 font-stretch: normal; | 7 font-stretch: normal; |
| 8 font-style: normal; | 8 font-style: normal; |
| 9 font-variant: normal; | 9 font-variant: normal; |
| 10 font-variant-ligatures: normal; | 10 font-variant-ligatures: normal; |
| 11 font-variant-caps: normal; | 11 font-variant-caps: normal; |
| 12 font-variant-numeric: normal; |
| 12 font-weight: normal; | 13 font-weight: normal; |
| 13 | 14 |
| OLD | NEW |