[SOLVED] Fonts different in Chromium and Firefox

I've installed all the microsoft fonts by copying over the TTF files from a windows installation, and as you can see, the fonts work in Firefox but not Chromium.
How can I configure Chromium to use the MS fonts correctly? In Chromium settings I have Arial set as my default Sans-serif font but it doesn't seem to work correctly. Clearly the font is installed because Firefox is using it and I can select it as my default font in Chromium
Last edited by Tom B (2014-10-16 12:31:45)

I finally worked out what the issue is. When I pasted the fonts in /usr/share/fonts and ran fc-cache -vf I pasted as root (because /usr/share/fonts isn't writeable by other users)  but I never set the permissions on the files themselves! running chmod * 755 on in the /microsoft/ directory I created then fc-cache -vf solved the issue!
Last edited by Tom B (2014-10-16 12:35:47)

Similar Messages

  • Border and Padding different in IE and Firefox

    The 2 vertical lines should be aligned with the edges of the
    photos above, but are showing up differently in IE and Firefox.
    http://zooop.net/birch_center/
    CSS:
    td#maintext {
    padding-top:5px;
    padding-bottom:0px;
    padding-left:8px;
    padding-right:30px;
    line-height: 2.1;
    #main_text_copy {
    padding-top:30px;
    padding-bottom:0px;
    padding-left:25px;
    padding-right:25px;
    line-height: 2.1;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
    Emilie

    > Is there a functional difference between specifying td
    widths inside the
    > td
    > tag, vs the css file? Or do you just think it's easier
    to manage?
    My inclination is to always use CSS if I need to specify such
    things. They
    function the same.
    > would the css be something like this:
    >
    > td#maintext {
    > width: 400px;
    > padding-left:8px;
    > padding-right:30px;
    > }
    >
    > or is it column-width: 400px;
    The former.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "zzzeeep" <[email protected]> wrote in
    message
    news:eskn9r$ntr$[email protected]..
    > Thank you, I'll try that.
    >
    > Is there a functional difference between specifying td
    widths inside the
    > td
    > tag, vs the css file? Or do you just think it's easier
    to manage?
    >
    > would the css be something like this:
    >
    > td#maintext {
    > width: 400px;
    > padding-left:8px;
    > padding-right:30px;
    > }
    >
    > or is it column-width: 400px;
    >

  • Random crashes in Chromium and Firefox

    Since I installed firefox and Chromium on my 64-bit system, they have been crashing randomly with segmentation fault often within first 10 seconds.
    Here are the gdb outputs:
    salil@ideapad ~ %gdb /usr/lib/firefox/firefox
    GNU gdb (GDB) 7.5.1
    Copyright (C) 2012 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    For bug reporting instructions, please see:
    <[url]http://www.gnu.org/software/gdb/bugs/[/url]>...
    Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/lib/firefox/firefox
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
    from gobject import register
    File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
    [b]--Some thread creation[/b]
    [New Thread 0x7fffd07f0700 (LWP 750)]
    [New Thread 0x7fffcfaff700 (LWP 751)]
    [Thread 0x7fffcfaff700 (LWP 751) exited]
    [New Thread 0x7fffcfaff700 (LWP 752)]
    Program received signal SIGSEGV, Segmentation fault.
    0x00007ffff4cb02c4 in ?? () from /usr/lib/firefox/libxul.so
    For Chromium:
    salil@ideapad ~ %gdb /usr/lib/chromium/chromium
    GNU gdb (GDB) 7.5.1
    Copyright (C) 2012 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    For bug reporting instructions, please see:
    <[url]http://www.gnu.org/software/gdb/bugs/[/url]>...
    Reading symbols from /usr/lib/chromium/chromium...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/lib/chromium/chromium
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
    from gobject import register
    File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
    ImportError: No module named backtrace
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    [New Thread 0x7fffeb03c700 (LWP 1161)]
    [New Thread 0x7fffea62e700 (LWP 1162)]
    [New Thread 0x7fffe3881700 (LWP 1176)]
    [New Thread 0x7fffe3080700 (LWP 1177)]
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 0x7fffe84a7700 (LWP 1168)]
    0x0000555556a05638 in ?? ()
    And, this is for Chromium on a good day when it does not crash immediately (but individual tabs keep crashing while opening URLs):
    salil@ideapad ~ %gdb /usr/lib/chromium/chromium
    GNU gdb (GDB) 7.5.1
    Copyright (C) 2012 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    For bug reporting instructions, please see:
    <[url]http://www.gnu.org/software/gdb/bugs/[/url]>...
    Reading symbols from /usr/lib/chromium/chromium...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/lib/chromium/chromium
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
    from gobject import register
    File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
    ImportError: No module named backtrace
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    [New Thread 0x7fffeb03c700 (LWP 793)]
    [New Thread 0x7fffea62e700 (LWP 794)]
    [New Thread 0x7fffe9e2d700 (LWP 795)]
    [New Thread 0x7fffd823b700 (LWP 847)]
    [778:800:0105/162938:ERROR:diagnostic_error_delegate.h(30)] sqlite error 11, errno 0: malformed database schema (autofill_dates_pair_id) - no such table: main.autofill_dates
    [778:800:0105/162938:ERROR:keyword_table.cc(548)] Can't write default search id backup.
    [778:800:0105/162938:ERROR:keyword_table.cc(477)] Failed to update default search id backup.
    The trace above is generated before Chromium shows "snap - aw, something bad happened' message.
    The following trace is generated after some time, when it tries to load the plugins.
    [Thread 0x7fffd7794700 (LWP 960) exited]
    third_party/tcmalloc/chromium/src/tcmalloc.cc:285] Attempt to free invalid pointer 0x10000
    [New Thread 0x7fffd7794700 (LWP 971)]
    [Thread 0x7fffd7794700 (LWP 971) exited]
    [778:778:0105/163916:ERROR:extension_prefs.cc(1522)] Bad or missing pref 'version' for extension 'fnibmbcdeepaahjmddiihohjanlimlmj'
    [778:778:0105/163917:ERROR:extension_prefs.cc(1522)] Bad or missing pref 'version' for extension 'pjjhlfkghdhmijklfnahfkpgmhcmfgcm'
    [778:778:0105/163917:ERROR:extension_prefs.cc(1522)] Bad or missing pref 'version' for extension 'apdfllckaahabafndbhieahigkjlhalf'
    [778:778:0105/163917:ERROR:extension_prefs.cc(1522)] Bad or missing pref 'version' for extension 'blpcfgokakmgnkcojhhkbfbldkacnbeo'
    [778:778:0105/163920:ERROR:extension_prefs.cc(1522)] Bad or missing pref 'version' for extension 'mijlebbfndhelmdpmllgcfadlkankhok'
    [New Thread 0x7fffd7794700 (LWP 1001)]
    [Thread 0x7fffd7794700 (LWP 1001) exited]
    [New Thread 0x7fffd82fd700 (LWP 1005)]
    [New Thread 0x7fffd831e700 (LWP 1006)]
    [New Thread 0x7ffff7e1d700 (LWP 1007)]
    [778:806:0105/163920:ERROR:ipc_channel_posix.cc(590)] pipe error on 130 Currently writing message of size: 36: Invalid argument
    I have tried google-chrome and google-chrome-dev too. They all crash.
    My Opera also crashes, but less frequently than Chromium and Firefox. So, that is how I could post this question.
    Does anybody know of a solution?
    Last edited by rohshall (2013-01-05 02:05:46)

    Hi rohshall, did you have any success overcoming these errors? I am also seeing something similar that started a couple of months ago and only seems to effect some apps. For me Firefox is the worst offender, originally only crashing every so often but now will crash within 10 seconds or so every time. Skype also crashes occasionally in the same way (segfaults).
    Looking into `dmesg` I see:
    systemd-journald[137]: Failed to write entry, ignoring: Argument list too long
    I imagine that this could be caused by a stack trace or something, but Googling for this error shows only a few unrelated threads.
    In the end I completely switched over to Chromium to get away from the constant crashing of Firefox, and while Chromium itself doesn't crash on me, very occasionally I will find a tab that hasn't loaded or has crashed.
    I'm completely at a loss here, the only cause I can think of is memory corruption, but then I would expect it to effect many other apps as well (eg. Xorg, or parts of the desktop environment).
    *shrug*

  • BSP APPLICATION DIFFERENT IN IE AND FIREFOX

    HI,
    BSP APPLICATION DIFFERENT IN IE AND FIREFOX.HOW TO CORRECT THIS ERROR

    Hi,
    Have a look at note 598860  the browsers supported in BSP
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_bsp/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d353938383630%7d
    If you are doing everything on your own, check the following for cross browser CSS:
    http://www.utoronto.ca/ian/books/xhtml2/exerpt/css-4a.html
    http://friendlybit.com/css/cross-browser-strategies-for-css/
    http://www.richinstyle.com/masterclass/crossbrowser.html
    Eddy

  • Font differs from Linux and Windows ?

    Hi, i just want to ask, are fonts different from windows and linux in applet. I use a standard courier font.
    For example, if i make an applet with courier font texts in linux, and make the texts wrap themselves, they will run ok in linux. But if i run the compiled applet in windows, the wrapped text somewhow got truncated.
    But if i compile the applet in windows, it will look ok in linux and windows.
    I've tried replacing my courier fonts in my /usr/java/jdk/jre/lib/fonts/cour*.ttf with the cour*.ttf from c:\windows\fonts with no effects .. Applets compiled and run ok in linux doesnt work in windows. They must be compiled in windows to run ok in both.
    Why is that ?
    Does the compilation use the fonts in the jdk lib or the system fonts ?
    I'm so confused T_T
    Please Help

    How do I get Mac OS 10.4.4 and Word X for Mac to see
    all the characters in the Word for PC document
    formatted in Times New Roman?
    There's no way with Office X, which can't do Unicode Greek. You need to upgrade to Office 2004 which is Unicode-savvy and installs in your Mac the same Times New Roman with Greek, Cyrillic, Hebrew, and Arabic which is used by WinXP. An alternative might be AbiWord or NeoOffice/J.

  • [SOLVED] Fonts in the chromium UI are garbled

    Hi,
    Fonts in the chromium UI are garbled like this:
    Pop-up menus are also garbled.
    Does anyone out there know how this could happen?
    The problem makes my favorite web browser almost unusable, as I cannot see what I'm typing and cannot read the UI menus. Navigating becomes sort of like walking through a room blindfolded.
    I have searched google and these forums but did not encounter the exact same problem elsewhere.
    Since this is the first time I have encountered this, and this happened on quite a fresh install on a laptop, I might resort to another clean install and not install the unused theming stuff I have installed now (and that I didn't keep track of). I suspect this has something to do with GTK and Pango but I'm not quite sure..
    But, if anyone has a suggestion..
    Thanks!
    ## UPDATE
    I solved the issue by installing google-chrome-dev from the AUR. First, my intention was just to see whether I would have the same problem with regular chrome. I did, but I also noticed something when I looked at the console output: fontconfig was throwing an error.
    So I looked at my fontconfig version, and saw that it was fontconfig-git. I didn't need that to be the git version so I downgraded to fontconfig. After that everything was back to normal. So, there is some evidence that google-chrome-dev, chromium and chromium-dev do not work well tied to fontconfig-git. I am now a happy camper
    Last edited by welpert (2014-10-06 22:21:56)

    oli74 wrote:Did you install any new fonts in the /usr/share/fonts directory? I had the same problem with Firefox and I just ran chmod -R 755 on the new folder with the new fonts and problem solved.
    Thanks! Tried it, didn't work

  • Playback appears different in IE and Firefox, WHY?

    Hi,
    I have been working on a web site that I have just recently
    tested and noticed a wierd error:
    The playback appears fine in IE however in Firefox the
    scripted animated elements do ot apper correctly.
    Please visit the site in IE and Firefox:
    http://www.attila.reinhardt.com/clients/mfcardamone/home.htm
    Then click on Herbarium Specimens and select any of the
    pictures. When the large image loads I have created a script that
    adds up the width of the image and the position of the image and
    also adds 15 pixels to it in order to position the text description
    fields accordingly.
    Viewing it in IE 6 works while in Firefox 2 it does not
    display the positioning correctly. Also in Firefox the included
    Fuse scripts does not work whil in IE they display fine.
    I have attched the code for your review:

    Crazy, right after reading your post I check my current
    project online using FireFox and IE 6 and noticed they are
    inconsistent. I am also loading an external image into Flash and
    with FireFox it seems that it doesn’t recognize the image
    instantly however with IE it does (hence with your issue it
    doesn’t know the width of the image). Comparing your code
    with mine, we are both using an onEnterFrame event handler and Fuse
    script. So those would be the culprits. I think you are using an
    older version of Fuse then I (I am using the latest version). With
    your code, you can use the MovieClipLoader class to retrieve the
    bytes loaded for the loading image instead of onEnterFrame. That
    might solve your issue. If I find out a solution I will post back
    here.
    But this is not uncommon, finding one browser acting
    different then the other, I have witnessed it several times.

  • Font change in Safari and Firefox after installing Snow Leopard...

    My apologies if this has been addressed:
    Immediately after updating from 10.5.8 to 10.6.2 the fonts displayed in both Safari and Firefox have changed. They are now a barely-legible "handwritten" font. I have attempted to resolve the issue to no avail. The issue only seems to be present with Safari and Firefox- there are no applications (that I have noticed yet*) that are affected. Any thoughts would be greatly appreciated!
    Message was edited by: NYeBeing

    Hello, NYeBeing & welcome to discussions
    I have attempted to resolve the issue to no avail.
    What steps have you taken, exactly, so we don't repeat, etc. I'll assume you've already used OS X's FontBook to check font health & remove dupes, and you've cleared existing font caches using Snow Leopard compatible tools such as QnyX or FontDoctor.
    What languages are enabled?

  • Fonts under gtk2 applications and firefox

    I got a 23" wide screen LCD monitor (I used to be on a 17" LCD monitor).
    fonts in Qt4/KDE applications look wonderful on both screens.
    KDE and the fonts are just beautiful now on a wide screen.
    But gtk+ applications and firefox fonts look like poo (used to look fine on old screen). I'm guessing this is a limitation in pango?
    if so, how do I work around it? any patches or whatever for pango?
    Last edited by hussam (2013-02-27 11:24:51)

    Put this in .Xresources (create it if it isn't there):
    Xft.autohint: 0
    Xft.antialias: 1
    Xft.hinting: true
    Xft.hintstyle: hintslight
    Xft.dpi: 96
    Xft.rgba: rgb
    Xft.lcdfilter: lcddefault
    Adjust according to preferences: hintslight, hintfull, hintmedium, rgb, grayscale and so on. Basically, recreate the values in your KDE font preferences panel. Run
    xrdb -merge .Xresources
    . If it still doesn't work, create a file named .fonts.conf in ~ and put this in there:
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>rgb</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hinting" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle" >
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="antialias" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font"><edit mode="assign" name="lcdfilter">
    <const>lcddefault</const>
    </edit>
    </match>
    </fontconfig>
    I'm guessing your LCD filter value isn't set. You may need to log out and back in. I had the same thing happen in Gnome. Vanilla freetype has better rendering than any of the patched packages IMO, it's just a matter of tweaking.
    Last edited by elkoraco (2013-02-27 12:13:03)

  • Chromium and Firefox segfault randomly, while Opera works fine

    Hello,
    Anyone else getting random segfaults after upgrading Chromium to 6.0.472.53? 5.x was rock solid, but after community bumped the version to 6.x I keep getting lots of segfaults, it's all random and mostly happens when clicking a link, opening a new tab, refreshing the page or closing a tab. no matter the site, java, flash usage etc., it segfaults on everything. I can use it, but it's very frustrating. Any ideas?
    Oh, and Firefox also does that, but I don't use it daily, so I don't know if it's the same issue. It just segfaulted on me a couple of times.
    Nothing else I use segfaults, though I mostly use console stuff. The only other GTK app I use consistently is gajim, and it works 24/7. Also, I use Skype occasionally, it's fine too.
    At first I thought it was because of the lack of swap, so I made a swap file and activated it, but it didn't help.
    Everything I use is standard Arch stuff, besides the kernel and ACPI scripts (I use kernel-eeepc-901 and acpi-eee-generic from AUR).
    Other info:
    Asus Eee PC 901
    1 GB RAM
    Up-to-date Arch x86
    Openbox
    Chromium with the flashblock extension
    Cheers!
    -- edit --
    Changed the title to include latest info. :)
    Last edited by Aidenn (2010-09-15 21:09:49)

    I thought about it, because I mostly use Chromium via the shortcut button on the Eee itself, that is controlled by the ACPI scripts, which have to do user -> root -> user transition to launch anything and they do lose all env values that way (I restore them in the urxvt console shortcut for the second shortcut button via using "LC_ALL=en_EN.UTF-8 urxvtc" for the shortcut itself and urxvt*loginShell: true in .Xdefaults). However, I have tried launching it normally too (via urxvtc, gmrun and dmenu) and it still segfaults.
    Anyway, here is the env that Chromium gets after using the shortcut button: http://pastebin.com/1rSi9ebd (got this by substituting chromium with xterm in the acpi conf file)
    And here is my normal env I have also tried: http://pastebin.com/iTndqg38

  • [Solved] WebGL stops working randomly in Chromium and Firefox

    Hi
    I'm using a Thinkpad x220 with an Intel GMA 3000 chipset, using the xf86-video-intel 2.99.912-2 driver for X11 and mesa 10.2.4-1 for OpenGL.
    OpenGL is detected and working fine locally, glxinfo lists it, glxgears runs as do OpenGL-based games.
    Yesterday, I updated my graphics drivers and now WebGL is not working most of the time.
    When I open http://doesmybrowsersupportwebgl.com/ right after starting X11, it shows 'Yay' and lists the details of the WebGL capabilities of the browser. However, when I refresh the page a few times and/or restart the browser, it stops working and shows 'Nay'.
    I will try downgrading the packages to see if this is actually related to the update (I never consciously used WebGL before so the issue may have been there for a while). I also tried fiddling with WebGL/GPU-related settings
    chrome://flags
    (Chrome) and
    about:config
    (Firefox) but that had no influence whatsoever and since it works sometimes I don't think it's a browser isseu.
    What could be the cause of this and where should I look for clues? If the GPU crashed, X11 would crash as well, wouldn't it? Can I make error messages emitted by the graphics driver appear in the Xorg log files? Did anyone here have a similar issue with the same chipset or not have the issue with a different setup?
    Thanks very much for any responses!
    > glxinfo | grep "OpenGL version"
    OpenGL version string: 3.0 Mesa 10.2.4
    > uname -a
    Linux hermes 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64 GNU/Linux
    > chromium --version
    Chromium 36.0.1985.125
    > cat /etc/X11/xorg.conf.d/10-intel-font.conf
    Section "Device"
    Identifier "Intel"
    Driver "intel"
    # Option "AccelMethod" "uxa" # made no difference
    # Option "AccelMethod" "sna" # default
    # Option "AccelMethod" "glamor" # X11 won't start
    # Option "DebugWait" "true" # made no difference
    EndSection
    Last edited by kba (2014-07-25 14:25:44)

    For all the folks who might run into the same issue: The problem was that the environment variable
    LIBGL_ALWAYS_INDIRECT=1
    is being set by compiz, my window manager (see https://bugs.launchpad.net/ubuntu/+sour … comments/4. Now, when I start any program, such as a terminal or a browser, from compiz using key bindings, direct rendering to the graphics card is disabled and so is WebGL.
    The fix was to disable 'Indirect Rendering' using either Compiz Fusion Icon or by setting the env var before compiz starts.

  • Tried to download Font General for Facebook and Firefox prevented the site from asking me to download. Is it a "bad" program?

    I was searching for emoticons on Facebook....and a link came up for Font General ...to use different type fonts on Facebook. I clicked on the download for FireFox and a small box popped up saying "FireFox has prevented this site (www.fontgeneral.com) from asking you to install software on your computer. There was a button that I could click to ALLOW....but I wanted to know if there was a possibility of the program being known to be unsafe.

    Firefox only comes with two sites pre-approved to install add-ons, because add-ons have full privileges and you want to be pretty careful about which ones you install.
    The warning you got was a general notice. As far as I know, Mozilla doesn't test or even try to keep track of add-ons that don't come from the official add-ons site.
    Facebook and web search would be good resources for further research.

  • Weird fonts with latest Freetype2 and Firefox

    This is the weirdness I have
    And this is my fonts.conf that I don't want to edit if possible... I like hintslight
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>rgb</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hinting" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle" >
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="antialias" >
    <bool>true</bool>
    </edit>
    </match>
    </fontconfig>
    Last edited by Cimi (2007-05-06 21:14:18)

    Thank you for advices!
    I did not try to downgrade freetype, but I guess Microsoft fonts look good with older versions of freetype because there is BYTECODE_INTERPRETER enabled. Here is quote from SuSE documentation:
    In order to get a good rendering of the MS TrueType Core Fonts, the BYTECODE_INTERPRETER setting should be enabled in freetype2. The freetype people do recommend not to use the bytecode interpreter anymore in favor of their auto-hinting code. But while it is true that you will achieve good rendering with most of the free fonts, this is quite ugly for the MS TrueType Core Fonts.
    Well.. I do not want to enable features that are not recommended by developers :-)
    What about antialiasing - I do not want to enable it for small font sizes. And, of course, antialiasing is the thing that was invented not for fixing broken fonts rendering.
    I decided to replace Tahoma with Verdana everywhere to solve this problem :-) Unfortunately, I coud not do this with fontconfig - debug output from freetype shows this font list after replacement:
    "Verdana"(w) "Times New Roman"(s) "Thorndale AMT"(w) "serif"(s) ""(s)
    Note letter "w" after Verdana. I do not know what these letters mean, let's suppose 'w' is for 'weak' and 's' is for 'strong'. Firefox (or freetype) ignores 'weak' fonts when there are 'strong' fonts in the list. And all substituted fonts always have 'weak' marking... Thus, Firefox displays Times New Roman (or any font that was set as default in Firefox) instead of Verdana.
    The final solution for me was to take fontforge, make a copy of Verdana and rename this copy to Tahoma. Now I have Tahoma replaced with nice rendered Verdana everywhere
    But the question is still open - is it possible to take broken Tahoma and make same looking font that would not be broken?

  • Page looks different in IE and Firefox

    I am creating web pages in Dreamweaver, with tables and
    images,.but when preview, one page looks totally normal in IE, but
    messed up in Firefox, another page looks nomal in firefox, but
    messed up in IE. I checked all the assets in dreamweaver, they are
    all right.
    Could you please advise me how to change or where to change?
    Thank you so much!
    Esther

    Go to that location, and paste your page's code into the
    direct input tab.
    Or give it a URL where it can find your page to validate it.
    > I was wondering what might be the causes lead to
    different looks in
    > different
    > browers (in one brower, pages messed up?in another
    brower pages look
    > normal),
    > and what to do to fix them?
    The point that we are trying hard to make, is that there is
    no easy button.
    The largest (by far) reason that a page would not look the
    same in all
    browsers would be the use of invalid HTML. That's why I
    steered you to the
    validator.
    > I can send you some screenshot of the pages
    A screenshot is of no use at all. Sorry. The answer is in the
    code.
    > I do not have link address for those pages yet.....
    Without seeing your code, nobody can give you substantive
    help.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "EstherH" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi Murray,
    >
    > The web pages I am creating is to show my homeworks and
    projects for
    > school.
    > And right now, I am working on local site and I haven't
    putting them
    > online
    > yet.
    >
    >
    http://validator.w3.org/ showed
    me: "Sorry! This document can not be
    > checked."
    >
    > I was wondering what might be the causes lead to
    different looks in
    > different
    > browers (in one brower, pages messed up?in another
    brower pages look
    > normal),
    > and what to do to fix them?
    >
    > If it is useful, I can send you some screenshot of the
    pages. Sorry that I
    > do
    > not have link address for those pages yet.....
    >
    > Thanks a lot for your patience and help!
    >
    > Esther
    >
    >
    >
    >
    > -------
    >
    > The first thing to do is to make sure your page's
    validate. Do they?
    >
    >
    http://validator.w3.org
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "EstherH" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Hi Murray,
    > >
    > > Could you please also advice me how to adjust or
    modify in Dreamweaver
    > > so
    > > that my pages will look normal on all the browers
    (IE, firefox,
    > > Safari....)?
    > >
    > > Thanks a lot
    > >
    > > Esther
    >
    >
    >
    >
    >

  • CSS for links display differently in Safari and Firefox

    Hello all,
    I am having some link display problems. The CSS code for my link display is as follows:
    #sidebar_1 a{
    text-decoration: none;
    font-weight: bold;
    #sidebar_1 a:link{
    color: #CCC;
    #sidebar_1 a:visited{
    color: #000;
    #sidebar_1 a:hover, #sidebar_1 a:active, #sidebar_1 a:focus{
    color: #000;
    Unfortunately, the website is not live yet so I can't direct you to it.
    What happens: in Firefox, mousing over a link causes it to go black; but when the link is clicked and the new page has loaded, the link goes back to being gray even though the linked page is active. However, in Safari the links for visited pages stay black. Any ideas on why this is happening?
    Thanks in advance for all your help.

    #sidebar_1 a:vistied {
    color:#000;
    is stating that all visited links in the #sidebar_1 div to be black. Are you saying that all visited links are black, outside the sidebar_1 div?
    Jim

Maybe you are looking for

  • Error in  mailexample8i_sql.txt PL/SQL sample

    Hello, I found error in http://technet.oracle.com/sample_code/tech/pl_sql/htdocs/mailexample8i_sql.txt file accessed from http://technet.oracle.com/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html Problem is in demo_mail.begin_attachment procedure

  • Restricting an application to a specified workspace in Linux

    I have an application and if the user switches to another Linux workspace while the application is starting, it will open in the current workspace instead of the one it was invoked from. I would like to force the application to remain only in the wor

  • How do I get to see the procedures that are running?

    Good afternoon. How do I get to see the procedures that are running? Thanks. Daniel Sousa

  • Function to append a 0 to the front of values in a Select-Options range?

    Hi, Is anyone aware of any function or class that will append a 0 (or any character) to the front of a range (or set of ranges) in an internal table of a Select-Options from a selection screen? Hope that made sense. Thanks, Andy

  • Advice on SQL Logs and Backups

    Hi All, I've been trying to understand SQL backups and I'm getting a bit stuck in one area - the log files. I find they're getting quite big and as such filling up my drives. I'm guessing that the best way to handle this is to truncate them every so