Huge firefox UI fonts [SOLVED]

I've gone through quite alot of the posts on here about firefox alias / antialias fonts etc, but not many that deal with the actual fonts along the toolbar etc.
I was trying to find how to change them but nothing seemed to work. However, after a reboot the next day i was suddenly greeted with this:
I'm sure you'll agree its a totally mammoth font size.
Any ideas how to change this - i have no idea what i've done.
I tried creating a .gtk-2.0 file after this happened - no difference. I also change my /etc/fonts/local.conf - also no difference.
Any ideas?
Cheers!
EDIT: Solved - monitor sizes in xorg.conf were the wrong way around - should be
DisplaySize <Width> <Height>

Well changing display resolution from system to 96dpi gives me exactly what i'm wanting.
Just wondering where the 'system' setting is.
phrakture:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection
<?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>
<!-- Enable sub-pixel rendering
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match> -->
<match target="pattern">
<edit name="dpi" mode="assign"><double>101</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>
</fontconfig>
Cheers for all your help guys

Similar Messages

  • When I go to Yahoo Mail on Firefox the font is smaller than on Internet Explorer

    When I use Internet Explorer the font in Yahoo Mail is nice and large and easy to read but when I use Firefox the font is too small. Can it be changed.
    I am not just talking about within the e-mail itself but within the whole program.

    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
    If you need to adjust the font size on websites then look at:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • How do I prevent Firefox from locking up when I click on "Save As" under the "File" menu (resetting Firefox didn't solve the problem)?

    I'm running Windows Vista Home Premium OS on Dell XPS 420 system. Firefox locks up each time I click on "Save As" under the "File" menu. Resetting Firefox did NOT solve the problem. If, instead of using Firefox, I log on to a website using Microsoft Windows Internet Explorer, the "Save As" feature works fine, as it should. I would occasionally like to save a web page, using "Save As" while using Firefox, instead of copying the page to a Word Document, and then saving it.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Has Mozilla changed the way Firefox displays @font-face enbeded fonts? The site I'm codeing works in Safari, Chrome, and IE, but Firefox 8.0.1 doesn't display the embeded font.

    Has Mozilla changed the way Firefox displays @font-face enbeded fonts? The site I'm codeing works in Safari, Chrome, and IE, but Firefox 8.0.1 doesn't display the embeded font.

    No problems here with the H1 headers.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)

  • How to make firefox render fonts as google-chrome does? (screenshot)

    How do I make firefox render fonts as google chrome does as shown in screenshot? (Chrome below and firefox above)
    Notice for instance the dash "/", "Explore", "Features" etc and the text at the bottom "added git_fixes".
    I'm no expert but is it antialiasing that makes the difference? Cause it seems the font is the same, right?
    .Xresources
    Xft.dpi: 120
    Xft.antialias: true
    Xft.hinting: true
    Xft.hintstyle: hintmedium
    Xft.rgba: rgb
    Xft.lcdfilter: lcdlight
    ~/.config/fontconfig/fonts.conf
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font">
    <edit name="antialias" mode="assign">
    <bool>true</bool>
    </edit>
    <edit name="hinting" mode="assign">
    <bool>true</bool>
    </edit>
    <edit name="hintstyle" mode="assign">
    <const>hintfull</const>
    </edit>
    <edit name="rgba" mode="assign">
    <const>rgb</const>
    </edit>
    <edit mode="assign" name="lcdfilter">
    <const>lcdlight</const>
    </edit>
    </match>
    </fontconfig>
    I have ttf-win7-fonts installed, and also recently I've installed Infinality (haven't configured it, necessary?).
    Advice appreciated.

    bleach wrote:
    well in firefox you can chose your font and then unclick the let sites chose there own fonts.
    ya looking at your picture I do see the diff. but I do not have that pixelation in my firefox.
    .Xresources has nothing to do with gtk
    I do want to let sites choose their own fonts though.
    When I look closely on my screenshot I wonder if it's even the same font though (the "3" looks very different).
    Perhaps that's where the problem lies.
    If I force firefox to use Arial, it looks good. If I set it to Helvetica which seems to be the font used, it looks like in the screenshot - pixelated.
    $ fc-match helvetica
    helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"
    Seems it doesn't use truetype (helvetica.ttf?) as default font for helvetica - shouldn't it?

  • I have a 22 inch monitor set at 150% but since I installed Firefox, the font is too small and the screen is too small. Cannot make font or screen larger. I can do Control++ each time I enter a page but don't want that to be my solution.

    In control panel/display, I had my display set at 150% and at 1680 X 1050 resolution. This filled my 22 inch screen with the page content. Now that I have installed Firefox, the font is too small and the content is centered in the screen leaving about3" per side of blank space. I want to fill the screen and make everything larger. Haven't found a way to do that. Firefox tells me in my control panel/display window that by setting my display at 150%, "some items may not fit in your screen if you choose this setting while your display is set to this resolution. It worked fine with Explorer.

    The Firefox Page Zoom feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • Firefox-bin font rendering

    If I use any of the firefox-bin packages in aur, or mozilla's official tar the font rendering is just terrible and doesn't folow my system at all. Is there anyway to make these versions of firefox render fonts properly?

    The Firefox aurora and beta AUR packages use binary packages so Firefox is compiled differently than the default Arch packages. iirc, XULRunner is responsible for the font rendering. You would want to compile it to use the system's cairo library.

  • Turned my computer on and Firefox/Thunderbird fonts look weird all are set to default...

    Turned my computer on and Firefox/Thunderbird fonts look weird all are set to default... Ive disabled all addons/extensions/themes ran it in safemode reinstalled firefox. Nothing changed... the font looks like a crappy version of the default font. Also all my font settings are correct.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.

  • Each time the firefox will make com hangs awhile when ply a sound, after close firefox the problem solved.

    When Firefox opened, and the system ply a sound, the com will hang awhile, but after I close Firefox, the problem solved itself, if I disable all plugins, the problem solved, can help check which plugins will cause this problem or this is Firefox problem???
    == This happened ==
    Every time Firefox opened
    == ply a sound

    I changed the setting, but unfortunately, this didn't fix the problem. This situation does seem to occur more, when I load or reload my eBay home page. I noticed that all data and information would go ahead and load, but the random ads bar would not immediately load and when I would left click anywhere on the page, Firefox would temporarily freeze, the page turns white, Firefox not responding will display, and then the banner would load and everything is fine. I'm wondering if it has something to do with my Flash Player. Any additional suggestions would be greatly appreciated. Thanks! Reggie

  • [SOLVED] Firefox ugly font rendering

    Hello,
    straight to the point
    Chrome:
    http://i.imgur.com/GpjpYqo.png
    Firefox:
    http://i.imgur.com/PYH7pua.png
    This happens only on some websites, and the workarounds found in the wiki articles[1] don't work for me.
    I don't know if this is helpful, if you need more information just ask:
    ls /etc/fonts/conf.d
    10-autohint.conf 20-unhint-small-vera.conf 40-nonlatin.conf 51-local.conf 60-latin.conf 80-delicious.conf
    20-unhint-small-dejavu-sans.conf 29-replace-bitmap-fonts.conf 45-latin.conf 57-dejavu-sans.conf 65-fonts-persian.conf 90-synthetic.conf
    20-unhint-small-dejavu-sans-mono.conf 30-metric-aliases.conf 49-sansserif.conf 57-dejavu-sans-mono.conf 65-nonlatin.conf README
    20-unhint-small-dejavu-serif.conf 30-urw-aliases.conf 50-user.conf 57-dejavu-serif.conf 69-unifont.conf
    I don't have any fonts/local.conf nor .fonts.conf in ~.
    Someone knows how to troubleshoot/resolve this?
    Thanks
    [1]
    https://wiki.archlinux.org/index.php/Firefox
    https://wiki.archlinux.org/index.php/Firefox_Tweaks
    Last edited by tilde (2013-04-17 08:44:32)

    brebs wrote:
    Looks like you want these fontconfig options, from Infinality's config:
    <!-- Prevent Gnome from using embedded bitmaps in fonts like Calibri -->
    <match target="font">
    <edit name="embeddedbitmap" mode="assign"><bool>false</bool></edit>
    </match>
    <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
    <match target="font">
    <selectfont><rejectfont><pattern>
    <patelt name="scalable"><bool>false</bool></patelt>
    </pattern></rejectfont></selectfont>
    </match>
    <!-- Substitute truetype fonts for bitmap ones -->
    <match target="font">
    <edit name="prefer_outline"><bool>true</bool></edit>
    </match>
    Thanks for sharing this! Your solution works almost perfectly. However, I get regularly the following terminal output (warning messages):
    Fontconfig warning: "local.conf", line 36: No <test> nor <edit> elements in <match>
    ...which Should be simple to fix. However, forgive me. I'm not very familiar with the code itself. Any quick help is appreciated.
    The problematic code string states as follows:
    <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
    <match target="font">
    <selectfont><rejectfont><pattern>
    <patelt name="scalable"><bool>false</bool></patelt>
    </pattern></rejectfont></selectfont>
    </match>

  • Firefox not rendering fonts [SOLVED]

    I'm having this problem for some time, but it never bugged me too much. Yet, I still want to find the cause and fix this issue.
    Firefox doesn't show me the correct fonts on some websites - not even on this forum. I'm using infinality patches, if that matters. There's a screenshot below showing the difference between firefox and chromium, with chromium rendering the fonts correctly.
    Please advise or give me a hint. Thanks
    Last edited by RaisedFist (2013-11-18 19:42:07)

    huh! that was quick from my part: I found the issue - I had to set the presets in the infinality bundle created by bohoomil.

  • Mozilla Firefox Default Font is Segoe UI

    My font change to italic then bold so fix it with downloading a font of windows and putting it to the font folder. After that restarted my computer and all font problem are back to normal but in Mozilla Firefox the problem is still there. YouTube title on videos are bold and the font is Segoe UI and when I check the default font in Firefox it is set to Segoe UI. When I change it back to the normal default font Times New Roman and click OK. Nothing happens and when I check it again in the option the default font is still Segoe UI. I tried the reset default on the troubleshooting mozilla and still the default font is Segoe UI. Can't change back the default font to Times New Roman. Need help!

    Hi Sleepingmonster,
    Thank you for contacting Mozilla Support. Since you have already reset Firefox and tried to change the default font from bold and the font is Segoe UI to Times New Roman and Youtube is still showing bold and the font is Segoe UI lets troubleshoot.
    Check the settings in the browser:
    *Tools > Options > Content : Fonts & Colors > Advanced
    Check the font to see if it is working or corrupted:
    [http://browserspy.dk/fonts-flash.php?detail=1]
    Check if there are any viruses that may be affecting the font:
    *Microsoft Security Essentials [http://windows.microsoft.com/en-us/windows/security-essentials-download]
    Please let us know if this solves your issue! :-)

  • Why does firefox change fonts when I am trying to download or get help, click and enter keys are disabled why?

    I recently did a clean install of windows7 after returning from Europe and installed Mozilla firefox being fed up with microsoft and google .
    Fire fox seemed to be working ok but 7 out of 10 downloads were failing, and it seemed that every ebsite entered in the address bar turned into a question.
    There was no save shortcut, or paste buttons just a set of to me useless buttons first html, last html, then when I tried to contact help all of a sudden I got a "install fonts" notice and the enter key stopped working,
    and any action key was also disabled without advising me.
    It appears that either Mozilla or someone doesn't want me using firefox.
    I also noticed that the clean disk and other utilities didn't work and that the temp and temp internet folders were empty when I tried to open them but they actually had some 25 megabytes in them when queried as administrator. I also noticed a quick flash reference to Jscript=void,
    and my 32 bit computer suddenly started up as a 64 bit Turion.
    scan and system clean said machine was clean.
    Whats going on here?
    I am not on my machine, I can't contact you on it because the enter button has been disabled by font change.
    Maybe this robot needs some help too!

    Can you undo the system restore?
    Note that using System Restore can cause your Firefox installation to get corrupted because not all files are restored (only files in a white-list), so be cautious with using System Restore.
    *You may lose data in the Firefox profile folder like .js and .ini files pr profiles.ini can be affected.
    *You may need to (re)install software that was affected.
    In case you need to reinstall Firefox then you need to delete the Firefox program folder before reinstalling to make sure that all files get replaced.
    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Firefox 4 fonts get messed up after hibernation.

    Every time I start up Firefox it works perfectly fine,but when my computer hibernates the font get's messed as pictured below:
    [http://db.tt/Wa6vvdg Image]

    Go to Tools | Options | Content and in the Fonts & Colors menu, click the Advanced button.
    Then change the Default Character Encoding to Western (ISO-8859-1)
    If it's already set to that, uncheck the option "Allow pages to change their own fonts...etc".

  • Safari, Chrome, Firefox, Browser Font Issue

    Hi, i'm running lion 10.7.4 on my imac (mid 2011, i7) I have safari, google chrome, and firefox available, but I get the same odd fonts showing up on ebay for example. The font looks like times in some of the menus and sign in area, yet elswhere on the page the fonts look fine. 
    I think it may be a system font glitch but can't seem to find what is causing it.
    I don't have the same problem on my old G5 so can someone help?
    Many thanks in advance.

    Hi Bee, thanks for the help...
    i did load up suitcase and noticed a few fonts that shouldn't have been in the library, so i cleared these out so that I'm back to the base fonts supplied, that's a total of 188 in the library and 37 in the system as far as the apple site shows. Please see attached image with red rings around the fonts issue areas.

Maybe you are looking for

  • Function key problem on HP Pavilion after upgrade to Windows 8

    HP Pavilion Dv7 / Windows 8 pro 64 bits  Since I upgrade from Windows some Function keys are no more running  F1 Help  is running F2 ??? F3  www is still running F4  ??? F5 is running F6 ??? F7 Brightness --- NOT running F8 Brightness ++ NOT running

  • How to fix huge iTunes memory leak in 64-bit Windows 7?

    iTunes likes to allocate as much as 1.6GB of memory on my dual-quad XEON 8GB 64-Bit Windows computer and then becomes unresponsive. This can happen several times a day and has been going on for as long as I can remember.  No other software that I use

  • Performance - direct joins vs joining datasets

    Which is better way to build query and which would give better performance select * from A, B where A.id=B.id or select * from (select * from A), (select * from B) join on A.id =B.id Essentially, join directly on tables or get results and join the da

  • Aironet 350 AP and Apple Airport clients

    Is it poosible for apple airport clients to connect to a 350 AP running LEAP and with full encryption?

  • User's tim eis different from Server's time

    Hello we have SRM 7 level 9 with ECS. Server's time zone is GMTUK. We have users in the US. What are the settings to be sure SC use US time zones? At the moment they get UK's time in SC title and a yellow message "Time zone GMTUK is not valid in coun