Sorry to drop out straight after asking the question! I'm back now.
Yes, that seems to be what I changed! I went through the menu on the Settings page, but yes that's where it took me.
Your solution would require backing up *before* I made any changes, too late this time.
Looks like this is what I needed, the font size at least. I also chose Calibri as "standard font" and for sans-serif, which i'm almost certain wasn't the default. With luck changing the size back will do the trick (though you show the default as 17, and mine is set to 16 which isn't a big difference). Thanks though.
I just went into settings with the Alt-S shortcut, I don't usually tinker with things at the code level.
(02-13-2019, 03:51 PM)CentBrowser Wrote: Do you mean that you have changed the options in chrome://settings/fonts and you want to change back?
Seems there is no simple solution.
You may backup "User Data\Default\Preferences", exit the browser and edit it with Notepad++, delete JSON piece like
"fonts":{......},
Yes, that seems to be what I changed! I went through the menu on the Settings page, but yes that's where it took me.
Your solution would require backing up *before* I made any changes, too late this time.
(02-13-2019, 03:52 PM)CentBrowser Wrote: This is part of my "User Data\Default\Preferences".
"webkit":{"webprefs":{"default_fixed_font_size":17,"default_font_size":20,"fonts":{"serif":{"Zyyy":"Snap ITC"}}}},"zerosuggest":{"cachedresults":""}}
It should be like this after editing.
"webkit":{"webprefs":{"default_fixed_font_size":17,"default_font_size":20,"zerosuggest":{"cachedresults":""}}
Looks like this is what I needed, the font size at least. I also chose Calibri as "standard font" and for sans-serif, which i'm almost certain wasn't the default. With luck changing the size back will do the trick (though you show the default as 17, and mine is set to 16 which isn't a big difference). Thanks though.
I just went into settings with the Alt-S shortcut, I don't usually tinker with things at the code level.