Frequently Asked Question
The web interface is displayed abnormally due to large or tiny size on Google Chrome.
Last Updated 5 years ago
It is caused by the default settings for minimum font size on the Google Chrome. Verify the below steps to improve the web pages due to font size:- Close the Chrome first. Find the preference file located at Users\User_Name \AppData\Local\Google\Chrome\User Data\Default\Preferences in Windows 7/8/10.
- Use the text editor to open preference file. You will find the keyword “webkit:” in the file and insert minimum_font_size and minimum_logic_font_size in the below example:
“webkit”:{
“webprefs”: {
“default_fixed_font_size”:13,
“default_font_size”: 16,
"fixed_font_family": "Courier New",
“minimum_font_size”: 10 ,
“minimum_logical_font_size”: 10
………..(skipped)
}
}
Set both minimum_font_size and minimum_logic_font_sizeto 10 in order to display the pages normally. Save the preference file and launch the Chrome again to access Power Master software.