| OLD | NEW |
| 1 { | 1 { |
| 2 "intl": { | 2 "intl": { |
| 3 "charset_default": "ISO-8859-1" | 3 "charset_default": "windows-1251" |
| 4 }, | 4 }, |
| 5 "webkit": { | 5 "webkit": { |
| 6 "webprefs": { | 6 "webprefs": { |
| 7 "default_font_size": 16, | 7 "default_font_size": 16, |
| 8 "fonts": { | 8 "fonts": { |
| 9 "standard": { | 9 "standard": { |
| 10 "Hang": "Nanum Gothic", | 10 "Hang": "Nanum Gothic", |
| 11 "Zyyy": "Tinos" | 11 "Zyyy": "Tinos" |
| 12 }, | 12 }, |
| 13 "sansserif": { | 13 "sansserif": { |
| 14 "Zyyy": "DejaVu Sans" | 14 "Zyyy": "DejaVu Sans" |
| 15 } | 15 } |
| 16 }, | 16 }, |
| 17 "global": { | 17 "global": { |
| 18 "serif_font_family": "This is a legacy pref that should be ignored." | 18 "serif_font_family": "This is a legacy pref that should be ignored." |
| 19 }, | 19 }, |
| 20 "standard_font_family": "This is a legacy pref that should be ignored.", | 20 "standard_font_family": "This is a legacy pref that should be ignored.", |
| 21 "sansserif_font_family": "This is a legacy pref that should be ignored.", | 21 "sansserif_font_family": "This is a legacy pref that should be ignored.", |
| 22 "cursive_font_family": "This is a legacy pref that should be ignored." | 22 "cursive_font_family": "This is a legacy pref that should be ignored." |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 } | 25 } |
| OLD | NEW |