| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <style> | 2 <style> |
| 3 @font-face { | 3 @font-face { |
| 4 font-family: 'WebKit WeightWatcher'; | 4 font-family: 'WebKit WeightWatcher'; |
| 5 font-weight: 100; | 5 font-weight: 100; |
| 6 src: url('../../resources/WebKitWeightWatcher100.ttf'); | 6 src: url('../../resources/WebKitWeightWatcher100.ttf'); |
| 7 } | 7 } |
| 8 @font-face { | 8 @font-face { |
| 9 font-family: 'WebKit WeightWatcher'; | 9 font-family: 'WebKit WeightWatcher'; |
| 10 font-weight: 200; | 10 font-weight: 200; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 {at: 0.90/8, is: '200'}, | 84 {at: 0.90/8, is: '200'}, |
| 85 {at: 7.10/8, is: '800'}, | 85 {at: 7.10/8, is: '800'}, |
| 86 {at: 7.49/8, is: '800'}, | 86 {at: 7.49/8, is: '800'}, |
| 87 {at: 7.50/8, is: '900'}, | 87 {at: 7.50/8, is: '900'}, |
| 88 {at: 7.51/8, is: '900'}, | 88 {at: 7.51/8, is: '900'}, |
| 89 | 89 |
| 90 {at: -0.1, is: '100'}, | 90 {at: -0.1, is: '100'}, |
| 91 {at: 1.1, is: '900'}, | 91 {at: 1.1, is: '900'}, |
| 92 ]); | 92 ]); |
| 93 </script> | 93 </script> |
| OLD | NEW |