amjath
Human Spambot
People who received latest update precisely Version 37.0.2062.94 m for google chrome, may see some weird webpage rendering issue more like zoomed out page or big font issue.
Well it is feature added by google in the latest version of chrome called DirectWrite support for Windows which respects Windows DPI scaling.
If anyone think it looks weird [like me] then here is a fix from a guy called 2008dion [all credits to him and ESINER ] source link below
well here is the fix
For example
BTW people can check out the new chrome 64 bit browser
Source
Well it is feature added by google in the latest version of chrome called DirectWrite support for Windows which respects Windows DPI scaling.
If anyone think it looks weird [like me] then here is a fix from a guy called 2008dion [all credits to him and ESINER ] source link below
well here is the fix
Go to your Chrome shortcut's properties (right click Chrome icon, go to Properties). Then in the "Target:" field, add
/high-dpi-support=1 /force-device-scale-factor=1
right after the closing quotation marks currently in that field. Make sure there's a space right after the closing quotation before you input the new text.
Click Apply , Restart Chrome.
For example
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" /high-dpi-support=1 /force-device-scale-factor=1
BTW people can check out the new chrome 64 bit browser
Source