Chrome font became very smallFont rendering in Firefox is blurryAn error occurred, please run package managerCertain fonts look too small after upgradingGnome / metacity and Chrome bug leading a to a falal errorAfter 15.10 to 16.04 update some characters became unreadableFirefox fonts too small on Dell InspironMenu font size of some applications too bigger or too smaller than system fontsWhere did my sytem font go and how can I get it back?Ubuntu 18.04 fonts are very smallLXQt: Long delays with Chrome, Thunderbird
Brexit - No Deal Rejection
Happy pi day, everyone!
Is it possible to upcast ritual spells?
Does the statement `int val = (++i > ++j) ? ++i : ++j;` invoke undefined behavior?
Meaning of "SEVERA INDEOVI VAS" from 3rd Century slab
Unreachable code, but reachable with exception
How to explain that I do not want to visit a country due to personal safety concern?
Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere
How to simplify this time periods definition interface?
How to deal with a cynical class?
Official degrees of earth’s rotation per day
When do we add an hyphen (-) to a complex adjective word?
Is it true that real estate prices mainly go up?
Have researchers managed to "reverse time"? If so, what does that mean for physics?
How could a female member of a species produce eggs unto death?
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
Could the Saturn V actually have launched astronauts around Venus?
How to deal with taxi scam when on vacation?
Humanity loses the vast majority of its technology, information, and population in the year 2122. How long does it take to rebuild itself?
Life insurance that covers only simultaneous/dual deaths
Did CPM support custom hardware using device drivers?
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
Can elves maintain concentration in a trance?
Be in awe of my brilliance!
Chrome font became very small
Font rendering in Firefox is blurryAn error occurred, please run package managerCertain fonts look too small after upgradingGnome / metacity and Chrome bug leading a to a falal errorAfter 15.10 to 16.04 update some characters became unreadableFirefox fonts too small on Dell InspironMenu font size of some applications too bigger or too smaller than system fontsWhere did my sytem font go and how can I get it back?Ubuntu 18.04 fonts are very smallLXQt: Long delays with Chrome, Thunderbird
After I ran the command sudo apt-get upgrade
, fonts in chrome became very small. On pages everything is OK. But tab names, the bookmark bar, right click menu, autofill in forms are too small even to read. System settings are OK, only Chrome has this issue.
I have Ubuntu 16.04 LTS
google-chrome fonts
add a comment |
After I ran the command sudo apt-get upgrade
, fonts in chrome became very small. On pages everything is OK. But tab names, the bookmark bar, right click menu, autofill in forms are too small even to read. System settings are OK, only Chrome has this issue.
I have Ubuntu 16.04 LTS
google-chrome fonts
add a comment |
After I ran the command sudo apt-get upgrade
, fonts in chrome became very small. On pages everything is OK. But tab names, the bookmark bar, right click menu, autofill in forms are too small even to read. System settings are OK, only Chrome has this issue.
I have Ubuntu 16.04 LTS
google-chrome fonts
After I ran the command sudo apt-get upgrade
, fonts in chrome became very small. On pages everything is OK. But tab names, the bookmark bar, right click menu, autofill in forms are too small even to read. System settings are OK, only Chrome has this issue.
I have Ubuntu 16.04 LTS
google-chrome fonts
google-chrome fonts
edited Mar 8 '17 at 19:50
Zanna
51k13138242
51k13138242
asked Mar 8 '17 at 12:10
TimurTimur
813
813
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Go to your Settings -> Displays
Note what the value of the slider is at "Scale for menu and title bars" (mine was 1.5)
Open a terminal
sudo -H gedit /usr/share/applications/google-chrome.desktop
Find this line:
Exec=/usr/bin/google-chrome-stable %U
Change it to this (where n is the value you noted in step #2):
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=n %U
Save/close, relaunch Chrome.
Explanation: Ubuntu applies a system-wide scaling factor to the UI in
hi-DPI monitors. Chrome thinks it's so special, so it ignores that and
does its own thing.
From this answer by Brandon to this question on SuperUser
Chrome UI size & zoom levels in Ubuntu 16.04
add a comment |
I found that setting didn't work in 18.04. What I did find is that in the chrome settings under appearance, you can choose font-size.
add a comment |
For me (KUBINTU) the problem solved by the next.
Go to APPLICATION STYLE then to GNOME APPLICATION STYLE (GTK) then to FONTS (CHOOSE) and set it bolder and bigger.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f890874%2fchrome-font-became-very-small%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Go to your Settings -> Displays
Note what the value of the slider is at "Scale for menu and title bars" (mine was 1.5)
Open a terminal
sudo -H gedit /usr/share/applications/google-chrome.desktop
Find this line:
Exec=/usr/bin/google-chrome-stable %U
Change it to this (where n is the value you noted in step #2):
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=n %U
Save/close, relaunch Chrome.
Explanation: Ubuntu applies a system-wide scaling factor to the UI in
hi-DPI monitors. Chrome thinks it's so special, so it ignores that and
does its own thing.
From this answer by Brandon to this question on SuperUser
Chrome UI size & zoom levels in Ubuntu 16.04
add a comment |
Go to your Settings -> Displays
Note what the value of the slider is at "Scale for menu and title bars" (mine was 1.5)
Open a terminal
sudo -H gedit /usr/share/applications/google-chrome.desktop
Find this line:
Exec=/usr/bin/google-chrome-stable %U
Change it to this (where n is the value you noted in step #2):
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=n %U
Save/close, relaunch Chrome.
Explanation: Ubuntu applies a system-wide scaling factor to the UI in
hi-DPI monitors. Chrome thinks it's so special, so it ignores that and
does its own thing.
From this answer by Brandon to this question on SuperUser
Chrome UI size & zoom levels in Ubuntu 16.04
add a comment |
Go to your Settings -> Displays
Note what the value of the slider is at "Scale for menu and title bars" (mine was 1.5)
Open a terminal
sudo -H gedit /usr/share/applications/google-chrome.desktop
Find this line:
Exec=/usr/bin/google-chrome-stable %U
Change it to this (where n is the value you noted in step #2):
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=n %U
Save/close, relaunch Chrome.
Explanation: Ubuntu applies a system-wide scaling factor to the UI in
hi-DPI monitors. Chrome thinks it's so special, so it ignores that and
does its own thing.
From this answer by Brandon to this question on SuperUser
Chrome UI size & zoom levels in Ubuntu 16.04
Go to your Settings -> Displays
Note what the value of the slider is at "Scale for menu and title bars" (mine was 1.5)
Open a terminal
sudo -H gedit /usr/share/applications/google-chrome.desktop
Find this line:
Exec=/usr/bin/google-chrome-stable %U
Change it to this (where n is the value you noted in step #2):
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=n %U
Save/close, relaunch Chrome.
Explanation: Ubuntu applies a system-wide scaling factor to the UI in
hi-DPI monitors. Chrome thinks it's so special, so it ignores that and
does its own thing.
From this answer by Brandon to this question on SuperUser
Chrome UI size & zoom levels in Ubuntu 16.04
edited Mar 20 '17 at 10:18
Community♦
1
1
answered Mar 8 '17 at 12:33
Mehar Charan SahaiMehar Charan Sahai
956
956
add a comment |
add a comment |
I found that setting didn't work in 18.04. What I did find is that in the chrome settings under appearance, you can choose font-size.
add a comment |
I found that setting didn't work in 18.04. What I did find is that in the chrome settings under appearance, you can choose font-size.
add a comment |
I found that setting didn't work in 18.04. What I did find is that in the chrome settings under appearance, you can choose font-size.
I found that setting didn't work in 18.04. What I did find is that in the chrome settings under appearance, you can choose font-size.
answered Aug 23 '18 at 0:43
pwaterzpwaterz
1414
1414
add a comment |
add a comment |
For me (KUBINTU) the problem solved by the next.
Go to APPLICATION STYLE then to GNOME APPLICATION STYLE (GTK) then to FONTS (CHOOSE) and set it bolder and bigger.
New contributor
add a comment |
For me (KUBINTU) the problem solved by the next.
Go to APPLICATION STYLE then to GNOME APPLICATION STYLE (GTK) then to FONTS (CHOOSE) and set it bolder and bigger.
New contributor
add a comment |
For me (KUBINTU) the problem solved by the next.
Go to APPLICATION STYLE then to GNOME APPLICATION STYLE (GTK) then to FONTS (CHOOSE) and set it bolder and bigger.
New contributor
For me (KUBINTU) the problem solved by the next.
Go to APPLICATION STYLE then to GNOME APPLICATION STYLE (GTK) then to FONTS (CHOOSE) and set it bolder and bigger.
New contributor
New contributor
answered 1 min ago
dev devdev dev
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f890874%2fchrome-font-became-very-small%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown