Comment #8 on issue 16197 by Satoshi.Matsuzaki: Can't change Fixed-width font size http://code.google.com/p/chromium/issues/detail?id=16197
I think the following change will fix this issue. (line 294 of src/chrome/browser/views/options/fonts_page_view.cc r28300) - fixed_width_font_display_view_->SetFontType(font.FontName(), font_size); + fixed_width_font_size_pixel_ = font_size; + fixed_width_font_display_view_->SetFontType(font.FontName(), fixed_width_font_size_pixel_); -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
