Firefox fonts in KDE extremely tiny

I'm experiencing what seems to be a pretty common problem with the firefox fonts appearing really small in KDE.  I've tried several things:  Installed gtk-qt-engine --> That makes gtk apps look better in kde, but doesn't solve the firefox font problem.  I've also tried altering the fonts and dpi in the firefox setttings as well.  When I start x with
startx -- -dpi 96
  That seems to blow up the fonts and firefox does appear much better.  However, is there a cleaner way to do this?  My dpi is listing at 72 right now.

Yes, that's because of pango.
I used to experience the small fonts, but after I set MOZ_DISABLE_PANGO to 1 the fonts were bigger. In addition, I think the small fonts are better.

Similar Messages

  • Only with firefox my facebook page became extremely tiny....

    I have Win 7 and since yesterday afternoon whenever I log into Facebook the print has become EXTREMELY tiny......I don't know what to do to make it bigger. When I log in through internet explorer it's fine. Please advice. Thank you

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Crummy looking fonts in KDE

    I'm new to Arch and finally got XFree up and running. However, the fonts on KDE look terrible and out of proportion. Tried changing all my fonts in the configuration menus to Times, which I know to be fairly clean in Windows but I still get funny looking fonts that strain my eyes. Any help for a newbie on where to go with this problem would be greatly appreciated, thanks. I also have a flat panel monitor.
    JSkier

    I've had my share of troubles with fonts, but after lots of hard work, I realized that there are ways to solve problems.  I'd like to say first off that I agree fully with the bytecode interpreter being enabled.  I also agree that the msttcorefonts should be installed, along with the bitstream vera fonts.
    However, most people get discouraged, because the Bitstream Vera fonts look awesome antialiased, and the corefonts look awesome not antialiased.  But I have yet to see a GUI that lets you configure which font families are antialiased and which ones are not.  So I played with fonts.conf a bit, and to my delight, I came up with something that works for me and should work for most.
    Put this in your ~/.fonts.conf :
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <dir>~/.fonts</dir>
    <match target="font" >
    <edit mode="assign" name="antialias" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <test compare="eq" name="family" qual="any" >
    <string>Arial</string>
    <string>Arial Black</string>
    <string>Comic Sans MS</string>
    <string>Courier New</string>
    <string>Georgia</string>
    <string>Tahoma</string>
    <string>Times New Roman</string>
    <string>Trebuchet MS</string>
    <string>Verdana</string>
    <string>Webdings</string>
    </test>
    <test compare="less" name="size" qual="any" >
    <double>16</double>
    </test>
    <edit mode="assign" name="antialias" >
    <bool>false</bool>
    </edit>
    </match>
    <match target="font" >
    <test compare="eq" name="family" qual="any" >
    <string>Arial</string>
    <string>Arial Black</string>
    <string>Comic Sans MS</string>
    <string>Courier New</string>
    <string>Georgia</string>
    <string>Tahoma</string>
    <string>Times New Roman</string>
    <string>Trebuchet MS</string>
    <string>Verdana</string>
    <string>Webdings</string>
    </test>
    <test compare="less" name="pixelsize" qual="any" >
    <double>18</double>
    </test>
    <edit mode="assign" name="antialias" >
    <bool>false</bool>
    </edit>
    </match>
    </fontconfig>
    Basically this sets all fonts antialiased, but excludes the Microsoft corefonts.  I have left Impact antialiased because I feel it looks better that way.  But that can be changed at your discretion.
    I hope this helps someone!

  • Fonts in KDE 3.2

    I just installed AL 0.6 and the fonts in KDE are not being anti-aliased.
    Could this have something to do with a missing xft package?
    I already have the freetype module enabled in my xf86config.
    Where am i going wrong?

    [damir@Asteraceae /]$ more /etc/fonts/local.conf
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <!-- /etc/fonts.conf file to configure system font access -->
    <fontconfig>
    <match target="font">
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    <edit name="hinting" mode="assign"><bool>false</bool></edit>
    </match>
    <match target="pattern">
    <edit name="dpi" mode="assign"><double>132</double></edit>
    </match>
    <!-- Dongs -->
    <alias>
    <family>serif</family>
    <prefer>
    <family>Bitstream Vera Serif</family>
    </prefer>
    </alias>
    <alias>
    <family>sans-serif</family>
    <prefer>
    <family>Bitstream Vera Sans</family>
    </prefer>
    </alias>
    <alias>
    <family>monospace</family>
    <prefer>
    <family>Bitstream Vera Sans Mono</family>
    </prefer>
    </alias>
    <dir>/usr/local/share/fonts</dir>
    <dir>/usr/share/fonts</dir>
    <dir>/usr/X11R6/lib/X11/fonts</dir>
    </fontconfig>
    [damir@Asteraceae /]$
    do you have something like this?

  • I used IE first time in 3 years. I was able to READ the screen without my glasses. Didn't realize Firefox FONTS were so 'weak' Tried most everything to get Firefox fonts to look as bold and clean. Failed. Ideas please.

    I used IE first time in 3 years. When I did I was able to READ the screen without my glasses. Didn't realize Firefox FONTS were so 'weak' Tried most everything to get Firefox fonts to look as bold and clean. No luck.
    How do I get Firefox to DISPLAY a font as clear and clean as Word? I choose different fonts in Firefox and sizes and nothing really happens.

    You can use an extension to set a default font size and page zoom on web pages:
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *Anti-Aliasing Tuner: https://addons.mozilla.org/firefox/addon/anti-aliasing-tuner/

  • [SOLVED] Fat fonts in KDE

    Hi everyone,
    I'm using the ubuntu patched packages from AUR and my fonts look great on GTK apps but they look fat (bold) in KDE/Qt apps. I recall this happened too with the infinality packages so I'm sure it must be some configuration option, maybe some leftover from all the font things I've tried and messed with to get the fonts how I wanted.
    I want my fonts in KDE apps to look like the GTK ones as in the screenshot attached. Any ideas what might be the problem?
    GTK
    KDE
    Here's my /etc/fonts/fonts.conf ~/.fonts.conf in case it helps.
    Thanks.
    Last edited by mjn (2011-06-06 19:33:16)

    mjn wrote:I'm using the ubuntu patched packages from AUR...
    Which ones?
    I've got installed cairo-ubuntu fontconfig-ubuntu freetype2-ubuntu libxft-ubuntu and keep installed an old version of ubuntu fonts. My configuration looks exactly the same as yours, so, according to this (read the comments), you could try changing the hinting style from slight to medium in system settings/fonts/configure anti-aliasing. It will overwrite your ~/.fonts.conf, so do a backup copy before
    Or, better, if your ttf-ubuntu-font-family version is 0.71.2-1, downgrade it to 0.70.1, the third comment from the top will instruct you on how to do that.
    If it doesn't work, could you please post the directory listing of /etc/fonts/conf.d ?

  • Firefox opens in a very tiny window

    Sometimes, Firefox opens in a very tiny window ([http://twitpic.com/4fds17 screenshot]). Does anybody know why this happens?

    Try:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Firefox fonts look different from Chromiums

    Hi, my Firefox fonts look different than the ones Chromium uses:
    Left is Firefox, right is chrome. As you can see, the placement of characters is somewhat different.
    This is NOT the issue mentioned on the Firefox Wiki page, at least it is not fixed with the fontconfig.
    What happens here?
    Thank you,
    Jan Oliver

    I have "serif" , "sans serif" and "monospace" in the selections, "serif" being the default.
    I applied the fix from here, and it did smoothen the fonts, but the letter placing is still bad as in the screenshot.

  • I had to download firefox to utilize a program but I cannot even read the fonts they are so tiny and cannot find a way to enlarge them. Can you assist me?

    I cannot read the tiny fonts without a lot of problem and so I have to keep changing back to another site, but needed this one to use a program.
    Can this be fixed?

    See this: <br />
    https://support.mozilla.com/en-US/kb/Page+Zoom
    Or use this extension and set a default zoom level. <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • [SOLVED] Firefox 18 + Oxygen KDE theme, missing scrollbar integration

    Hi!
    For those of you who are using Firefox 18 from AUR: firefox-kde-opensuse-18.0-1-x86_64
    and applied the Oxygen KDE integration: Oxygen KDE (patched) 3.9.1
    do you also have missing integration as regards the firefox page scrollbar? It looks like w95ish, as if no theme was applied. All the rest is nice, buttons, tabs, menus, except the scrollbar...
    Bye!
    Last edited by marcopus (2013-01-29 15:25:06)

    Now it's fixed! I missed the oxygen-gtk2 and gtk-qt-engine from the official repo.
    Then I removed all firefox add-ons (such as themes etc.) and selected oxygen-gtk style from the "GTK Styles and Fonts" in the KDE "Settings" menu. Then I clicked on "Install scrollbar fix..." from the "Firefox and Thunderbird" section, and restart the browser.
    Now it's all well integrated, scrollbars included.

  • Ugly Firefox fonts

    Why do fonts on some sites look so terrible in Firefox??
    Example:
    I use KDE, but this also happens in GNOME (installed on one of my other computers).
    The text on this forum isn't beautiful either:
    I have tried to enable freetype2 in Firefox's about:config, no difference...
    It doesn't happen in any other applications - what can I do?

    Fonts with Arch and Firefox have always looked bad for me, too.  I generally just set Firefox to "always use my fonts" in preferences.  Another option that worked was to delete the helvetica fonts from my system using the KDE Control Center, then restarting X.
    Some users say adding the mscorefonts fixes them but that has always caused additional fonts issues for me, so no more mscorefonts on this box.

  • Since I updated to the new Firefox, fonts are defaulting incorrectly on some websites. Instead of pulling a web font or something like Arial, it's pulling specialty fonts from my fontbook. Is this a Firefox or Mac problem?

    Here is a screenshot of what I'm talking about [http://cl.ly/1P0O0U1s0K0W0r142N22 http://cl.ly/1P0O0U1s0K0W0r142N22]
    This is not happening in other browsers on my computer, and just started when I updated to the latest version of Firefox.

    You can do a check for corrupted fonts and other font issues:
    * http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html - CreativeTechs Tips: Garbled Fonts Troubleshooting Guide
    * http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts

  • I use yahoo when I go to yahoo mail via firefox the text is extremely large and I can not figure how to minimize it so I can continue to use Firefox.

    When I am in Firefox and go into my Yahoo mail the mail's font is so large it does not even fit into the screen. I can not see where I can change the size. It is only when using Firefox I have this problem. I appreciate your help.

    You may have zoomed the page(s) by accident.<br>Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages

  • The Firefox font is too small on the homepage and all websites. How do I change it?

    I loaded the latest version of Firefox. The font is so small that I can't read websites, etc. I looked through all of the help suggestions and nothing worked. Zooming doesn't hold; changing the font size makes web content overlap, changing the scale didn't help. The Firefox Help page has the perfect font size. Why can't that be used for everything else. This is a make or break for me and many others whether we use Firefox. I have a network of 68 people and we are all experiencing the same thing. Even with glasses, it is too difficult to read.

    There are some add-ons that can be used to change the zoom level on all sites, for example:
    * NoSquint - https://addons.mozilla.org/firefox/addon/nosquint
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/default-fullzoom-level

  • Firefox font issues

    System: eMac G3 running 10.3.9
    Firefox: current (2.0.0.14), but affected prior versions also
    Classic installed? yes
    User-specific? yes
    User has unique language preferences as international options? Yes. All languages, however, require an essentially Latin characterset. (Not Central European, Cyrillic, Chinese etc.) Same settings cause Firefox no issues on a machine running Tiger.
    Persists on restart, after verifying/repairing disk, after repairing permissions etc.
    Have tried trashing ~/Caches/Firefox and ~/Application Support/Firefox. Have also tried doing this, switching language order (so an English is top) in System Preferences and restarting Firefox with no effect.
    Have tried trashing /Library/Caches/com.apple.ATS/uid.*, ~/Caches/Firefox, ~/Application Support/Firefox and logging out and back in.
    Symptoms: fonts in location bar, dialog boxes etc. are small, wobbly and generally peculiar-looking as if they have been written in a cramped, wobbly hand. Errors in console.log are roughly as follows (sorry, I'm having to do this from memory):
    ... cannot map file /Applications/Firefox.app/Contents/MacOS/plugins/Default Plugin.plugin ...
    ... cannot map file /Applications/Firefox.app/Contents/MacOS/plugins/JavaEmbeddingPlugin.bundle ...
    ... cannot map file /Applications/Firefox.app/Contents/MacOS/plugins/MRJPlugin.plugin ...
    three lines of errors specifically about the MRJPlugin
    ... cannot map file /Library/Internet Plug-Ins/QuickTime Plugin.plugin ...
    and similar lines for all entries in this directory (QT given as example)
    Fonts in actual web pages appear OK.
    Firefox -> Preferences -> Content shows nothing for Default Font. Under the advanced options, I have:
    Fonts for: Western
    proportional: serif
    serif: <blank>
    non-serif: <blank>
    monospace: <blank>
    Allow pages to choose own fonts is checked.
    Default encoding: Western (ISO-something-I-forget-but-looked-normal)
    Attempting to change a font yields an oddly restrictive list of options. For example, I might get "Times CY" or "Times CE" but not Times. All fonts seem to be non-English/non-Latin options.
    No non-default fonts are installed at either user or system level other than any installed with applications such as Adobe Reader, AppleWorks etc. ~/Library/Fonts/ is empty.
    Any suggestions would be welcome.
    - cfr

    jsd2 wrote:
    Maybe browsing to about:config and filtering on "font" would show something of interest .
    Hmm... Yes. I'll try that next time I'm on the machine in question. I'm pretty sure it is profile specific so would have thought a clean profile would solve issues that would show up here, but definitely worth checking.
    Might be worth asking or searching at Mozilla's Firefox support forum-
    http://forums.mozillazine.org/viewforum.php?f=38
    That was to be my next port of call. I posted here first because it seems to be specific to a particular Mac/version of the OS and to be specific to a user account but not a profile. Mainly, though, I posted here first because I'm already registered here and hate the proliferation of accounts I seem to need online these days! (I know I can post on the Mozilla forums anonymously but I'm fussy and like to know if anybody answers without having to keep checking. There's just no pleasing some of us...)
    Thanks,
    cfr

Maybe you are looking for