[SOLVED] Incorrect / Ugly Fonts in Epiphany Web Browser

Hello everyone. I've done a ton of a searching (here and google) on this subject to no avail. It seems fonts on Facebook / Tumblr as well as some other sites have very incorrectly rendered fonts.
I am currently using the freetype2-ubuntu patch and I have the ttf-win8 fonts installed as well. I also have the google fonts package installed.
Here are some screenshots of what I am seeing.
http://i.imgur.com/Ecem4HH.png
http://i.imgur.com/bJqL82J.png
Any input on this? Has anyone else experienced this?
-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
Last edited by jmanes (2015-01-18 08:29:16)

Hello everyone. I solved the issue myself.
It turns out that installing infinality from AUR was NOT a good idea. After doing a proper install using the pacman key and adding it to pacman.conf I now have beautiful fonts. Thanks for the responses!

Similar Messages

  • Font Problem in Web Browser

    Dear Friends,
    Can Anybody help me?
    I have developed a report in 10g DS (on Windows XP Machine), running this report on local machine works fine. i have installed 10g AS on windows 2003 server and deployed my application there. Here, If i run on local machine, report output is fine, but if i run it remotely in HTMLCSS format output is completely different than what i have specified. While designing report i have used Courier New,10 font, But in output i am getting Times New Roman 12. In PDF View, output is OK. Only problem is with HTMLCSS format in web browser.
    Please Help.
    Thanks & Regards,
    Manish Trivedi

    I also face similar problem when moving from AS9i to AS10g.
    Using Report10.1.2.0.2. The paper design and PDF generated from report builder looks fine.
    It is out when I run from the URL using rwservlet.
    If you found any solution, kindly email me at [email protected]
    Thank You
    CHEW

  • [Solved] Can't hear Skype and Web Browser at the same time?

    Hello. I am running Arch with Gnome and PulseAudio. I'm having a strange problem with audio. Whenever I have Skype open as well as a browser (Chromium) I can only hear one of the applications. (This happens in other applications as well.) For example, when I am talking to someone on Skype I would not be able to listen to Pandora Radio of a YouTube video. Can anyone here help? Thanks.
    Last edited by smithr.michael1997 (2010-12-12 18:50:58)

    Probably one of these applications is using the OSS compatibility of ALSA. As it is the default of a lot of apps to try OSS first.
    ALSA has dmix which is a software mixer, but -in my experience- it often fails when the OSS compatibility is used. Perhaps it can work if you do some configuring of it, but since this is Newbie Forums, I guessing it's stock (no problem with that! that's fine).
    An easy fix is to blacklist the snd-pcm-oss module, to prevent applications of using the OSS compatibility layer. You hardly need it nowadays.
    Edit /etc/rc.conf with your favorite editor (and don't forget you need root priviliges to save your work ) and blacklist the module in the MODULES clause:
    MODULES=(!snd-pcm-oss)
    Now you can reboot and the module will no longer be loaded.
    And if you don't want to reboot immediatly:
    Make sure you have closed all apps that might use sound and therefor use the OSS module.
    Go to a terminal and:
    # rmmod snd-pcm-oss
    Note the "#", this is with root priviliges again. So either become root or sudo to issue this command.

  • [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>

  • [solved] Installing MS fonts breaks non-Latin character display

    Hello,
      I just installed the standard Windows 7 font-set by directly copying it into "/usr/share/fonts/Windows/"; now, various scripts -- including Arabic, Chinese, Japanese, and many others -- display as blank squares.  I have a number of unusual things installed, including the infinality-bundle and a large number of obscure manually installed fonts (to achieve complete unicode coverage).  This isn't the first time new fonts have broken things (I had to remove cardo.ttf because it replaces runic glyphs with its own placeholder) but it is the most severe.  I don't want to remove either infinality or the ms fonts, but can't find out what to modify in order to make them play nice.  The goal is to have the system primarily use Windows fonts (especially for web browsing), and fall back on the Linux fonts for unusual characters.  Fontconfig is confusingly documented.  Could anyone give me a push in the right direction?  Thank you all.
    On a related note; if anyone knows a good, cohesive set of fonts that cover the entire Unicode standard, I would be in tears of joy. 
    Last edited by Aestus (2014-02-03 22:25:18)

    ... Yes, something is definitely wrong with this picture.
    ┌(user@localhost)─(0)─(10:54 AM Sat Feb 01)
    └─(~)─(10 files, 256Kb)─> fc-query /usr/share/fonts/windows/* | grep vers
    Can't query face 0 of font file /usr/share/fonts/windows/ahronbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/andlso.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsa.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsaub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsaui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsau.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsauz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/angsaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparajbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparajb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparaji.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/aparaj.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arabtype.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arialbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arialbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ariali.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/arial.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ariblk.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/batang.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/browab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browa.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browaub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browaui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browau.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browauz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/browaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibrib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibrii.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibri.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/calibriz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cambriab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cambriai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cambria.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/cambriaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candarab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candarai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candara.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Candaraz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/comicbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/comic.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consolab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consolai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consola.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/consolaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constanb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constani.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constan.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/constanz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbelb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbeli.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbel.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/corbelz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordia.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiaub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiaui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiau.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiauz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cordiaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/courbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/courbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/couri.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/cour.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/daunpenh.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/davidbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/david.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/dokchamp.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ebrimabd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ebrima.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/estre.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/euphemia.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/framdit.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/framd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/frank.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Gabriola.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gautamib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gautami.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgiab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgiai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgia.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/georgiaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gishabd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gisha.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/gulim.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/himalaya.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/impact.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/iskpotab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/iskpota.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kaiu.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kalingab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kalinga.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kartikab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kartika.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/KhmerUIb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/KhmerUI.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokilabi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokilab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokilai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/kokila.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/l_10646.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/LaoUIb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/LaoUI.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lathab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/latha.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/leelawad.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/leelawdb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lucon.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lvnmbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/lvnm.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/majallab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/majalla.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/malgunbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/malgun.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mangalb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mangal.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/marlett.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/meiryob.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/meiryo.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/micross.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mingliub.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/mingliu.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/monbaiti.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/moolbor.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mriamc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mriam.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msgothic.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/msjhbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msjh.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msmincho.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/msuighur.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msyhbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msyh.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/msyi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/mvboli.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/nrkis.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ntailub.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/ntailu.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/nyala.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/palabi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/palab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/palai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/pala.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/phagspab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/phagspa.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/plantc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/raavib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/raavi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/rod.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeprb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoepr.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoescb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoesc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuii.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuil.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeui.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/segoeuiz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/seguisb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/seguisym.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Shonarb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Shonar.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/shrutib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/shruti.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simfang.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simhei.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simkai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simpbdo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simpfxo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simpo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simsunb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/simsun.ttc
    Can't query face 0 of font file /usr/share/fonts/windows/sylfaen.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/symbol.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tahomabd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tahoma.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/taileb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/taile.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/timesbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/timesbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/timesi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/times.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tradbdo.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trado.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebucbd.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebucbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebucit.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/trebuc.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tungab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/tunga.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcdl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcebi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upceb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcei.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcel.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcfl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcibi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcii.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcil.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcjbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcjb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcji.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcjl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upckbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upckb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcki.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upckl.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upclbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upclb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcli.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/upcll.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaahbi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaahb.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaahi.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/utsaah.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Vanib.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/Vani.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdanab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdanai.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdana.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/verdanaz.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vijayab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vijaya.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vrindab.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/vrinda.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/webdings.ttf
    Can't query face 0 of font file /usr/share/fonts/windows/wingding.ttf
    ┌(user@localhost)─(130)─(11:04 AM Sat Feb 01)
    └─(~)─(10 files, 256Kb)─> fc-query /usr/share/fonts/Unicode/* | grep vers
    Can't query face 0 of font file /usr/share/fonts/Unicode/Aegean.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Aegyptus_B.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Aegyptus_R.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Akkadian.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Analecta.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Anatolian.ttf
    fontversion: 65536(i)(s)
    fontversion: 203162(i)(s)
    fontversion: 72745(i)(s)
    fontversion: 131072(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/CODE2001.TTF
    Can't query face 0 of font file /usr/share/fonts/Unicode/CODE2002.TTF
    fontversion: 76736(i)(s)
    fontversion: 65602(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 65536(i)(s)
    family: "Everson Mono"(s)
    fullname: "EversonMono"(s)
    file: "/usr/share/fonts/Unicode/Everson Mono.ttf"(s)
    fontversion: 406389(i)(s)
    postscriptname: "EversonMono"(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/gulim.ttc
    Can't query face 0 of font file /usr/share/fonts/Unicode/gulim.ttf
    fontversion: 101449(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 131072(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/Maya.ttf
    fontversion: 131072(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/Musica.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Quivira.ttf
    fontversion: 39321(i)(s)
    fontversion: 183500(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 327680(i)(s)
    fontversion: 58982(i)(s)
    fontversion: 163840(i)(s)
    fontversion: 163840(i)(s)
    Can't query face 0 of font file /usr/share/fonts/Unicode/UnBatang_0613.ttf
    Can't query face 0 of font file /usr/share/fonts/Unicode/Unidings.ttf
    fontversion: 262144(i)(s)
    fontversion: 65536(i)(s)
    fontversion: 52428(i)(s)
    fontversion: 52428(i)(s)
    fontversion: 281804(i)(s)
    fontversion: 144179(i)(s)

  • Emails sent through Mail 7.0 on Mac won't appear in the Sent folder in the Yahoo web browser or the Mail app for iPad.

    It seems that emails I send via Mail on my mac are stored only in Mail's Sent folder. These emails don't appear in the sent folder of Yahoo web browser, iPad Mail app, or the Y! Mail android app..
    I've tested to see whether my emails are actually sending properly, and they are. I just want to know why the Sent messages on my mac aren't appearing anywhere else. I've read similar issues to this but haven't yet found a reason or solution.
    Thanks in advance

    [edit] I dragged the email I sent through the MBP Mail app (under MAILBOXES > Sent > Yahoo!) to the highlighted Sent folder (YAHOO! > Sent), and now it shows up on all Yahoo Sent folders (iPad app, web browser, phone app). Not entirely solved the issue but will use web browser to sent future emails to keep everything in sync.

  • When ı update firefox 7 to 8 I can not enter the facebook site, when I try it, it says Uyumsuz bir internet tarayıcısı kullanıyorsun. ( it means in english : you are using an unsuportted web browser) how I can solve this problem?

    when ı update firefox 7 to 8 I can not enter the facebook site, when I try it, it says Uyumsuz bir internet tarayıcısı kullanıyorsun. ( it means in english : you are using an unsuportted web browser) how I can solve this problem?

    Step by step, how did you arrive at seeing this agreement?

  • [SOLVED]change the font that displays pages in the browser Uzbl

    hi all
    there is some form in the browser Uzbl change the type of font displayed on web pages?
    thanks
    Last edited by jccl1706 (2010-03-16 01:32:53)

    You would need to apply a style sheet that loads for all pages that you visit (fonts that you view on the web are determined by a) the designers who specify either specific fonts, or families (like serif) and b) the fonts that you have installed on your system).
    Last edited by jasonwryan (2010-03-15 22:41:21)

  • Fonts displaying in strange characters in Email and Web Browser

    Myself and my creative director (on two different computers) are seeing strange characters in our email clients and web browser. He uses Entourage for Email and I use Thunderbird. We both use Firefox for a web browser.
    This does not happen with every email or with every web page, what could it be?
    View a screenshot here:
    ftp://www.hanlonftp.com/upload/fontProblem.jpg

    Clear out the font cache files from the hard drive with Font Finagler. Also, if you have the fonts Helvetica Fractions or Times Phonetic on the drive, delete them.

  • Web browser is not displaying the right font style which I have chosen in Dream weaver

    Hello frnds,
    I am new to Dream weaver, I dont know much about dream weaver, I am just designing one  for my personal use,
    I have a problem with font.
    I was downloading nice font style from website and I was using that in dream weaver, When I open the browser on the same computer where I have dreamweaver on, it is fine but when I try to open it with a different computer, I cant see my style font, instead of that I can see a different font, like a standard, or default font..
    Some one please help me,,,

    That is because the custom 'nice' font you're downloading to your computer is not available on other computers.
    To overcome this problem, you should embed your font file as a 'Web Font' in your CSS.
    You can use 'Google Webfonts API' to choose from one of many available fonts you can use through Google's CDN. Here's the link: http://www.google.com/webfonts
    You have instructions on how to embed this to your webpage once you visit the URL mentioned above.
    If you want to use your own Custom Font file, there may be a few limitations. You should ensure you are not violating a copyright by using a custom font on your website. Fonts have licenses too just like softwares. Some fonts can be used on the web. Others cant. You should read your font license document to find out if you can use the font on the web. Dont take this lightly. You may be getting yourself in big trouble if the font developer finds out you're using their font on your site without licensing them.
    Once you're sure you're not going to be violating a copyright, visit http://www.fontsquirrel.com/fontface/generator and upload your 'nice' custom font there. Fontsquirrel will generate a 'webfont file' for this font and give it to you that you can download. Font squirrel will also give you instructions on how to use/ embed this code into your website for custom fonts to be visible.
    Trust this helps.

  • TS4532 My iPhone V will not connect to a Microsoft Exchange server. It says that the User Name or Password are incorrect even though they're not and I can log on directly to Exchange using the web browser. The connection worked until IOS 6.1.2 was Install

    My iPhone V will not connect to a Microsoft Exchange server. It says that the User Name or Password are incorrect even though they're not and I can log on directly to Exchange with the same parameters using the web browser.
    I bought the phone when it came out last October. The connection did not work at first, then started without warning in December. It worked perfectly for 2 months then stopped again when IOS 6.1.2 was Installed.
    Help please!

    I have forwarded these questions about the version of Exchange server that is being used and whether Microsoft host the mai themselves to the IT Dept but I will not get a reply from them until tomorrow.
    In the meantime I have also tried:
    Deleting and re-creating the account AGAIN!
    And re-setting the phone (recommended as a solution to a similar problem with an iPad in another forum.
    But please remember that:
    The phone would not connect for 2 months after I bought it
    Then started working unexpectedly in December
    Then stopped working again when IOS 6.1.2. was installed
    Also why am I the only person affected by this when colleagues with iPhone 3s and 4s who use the same mail system are not (I am still trying to find one with an iPhone V to see if their's works).
    Like I said I think that there must be a fault, either with my own phone or with iPhone Vs in general.

  • Web browser font size

    Does anyone know if you can set a larger font size for the browser screen for the Tour when calling up web pages. The type is tiny and it's a pain to have to keep zooming in. Thanks.

    enter the browser application, select the menu button, select options, then select general properties
    you have 3 options to change font size and style (bold, etc)
    default font size
    minimum font size
    minimum font style
    when done hit menu button and select save
    be aware that changing the font size will change how the text is positioned on the page, and in some cases the overflow may get clipped, such as when the size of the text boxes have been predefined to fit a specific page layout and larger text simply no longer fits.
    so you may want to begin by changing the style to bold first , and experiment with font size slowly

  • Web Browser Custom Font Problem

    I can change my own font every where in my web browser app but after web browser loaded (ex: facebook) my font no work! Please help me.

    You'll need to have a more complete question than this to get a proper answer.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • [solved] pacman can't acces repositories, but my web browser does

    Hi,
    there is a strange problem. Today I tried a pacman -Syu to update, but pacman can't acces my repositories. Gives me errors of
    error: failed retrieving file 'core.db' from mirror.archlinux.ro : No address record
    I tried different mirrors, change the protocol from ftp to http, but without result. The strange think is that I can access those repositories with my web browser, so I think that it is pacman or python problem.
    My last entries in pacman's log are
    [2011-04-09 15:51] Running 'pacman -Syu'
    [2011-04-09 15:51] synchronizing package lists
    [2011-04-09 15:51] starting full system upgrade
    [2011-04-09 15:52] upgraded audacious-plugins (2.4.4-2 -> 2.4.4-3)
    [2011-04-09 15:52] upgraded libgpg-error (1.9-2 -> 1.9-3)
    [2011-04-09 15:52] upgraded libgcrypt (1.4.6-1 -> 1.4.6-2)
    [2011-04-09 15:52] upgraded gnutls (2.10.5-1 -> 2.12.2-1)
    [2011-04-09 15:52] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-04-09 15:52] upgraded kdebase-workspace (4.6.2-1 -> 4.6.2-2)
    [2011-04-09 15:52] upgraded xproto (7.0.20-1 -> 7.0.21-1)
    [2011-04-09 15:52] upgraded libx11 (1.4.3-1 -> 1.4.3-2)
    [2011-04-09 15:52] upgraded pycups (1.9.54-1 -> 1.9.55-1)
    [2011-04-09 15:52] upgraded taglib (1.6.3-1 -> 1.7-1)
    [2011-04-09 15:52] upgraded xdg-utils (1.1.0rc1-1 -> 1.1.0rc1-2)
    [2011-04-09 15:52] upgraded xextproto (7.1.2-1 -> 7.2.0-1)
    [2011-04-09 16:16] Running 'pacman -S k3b'
    [2011-04-09 16:17] installed libdiscid (0.2.2-1)
    [2011-04-09 16:17] installed libmusicbrainz3 (3.0.3-1)
    [2011-04-09 16:17] installed kdemultimedia-kioslave (4.6.2-1)
    [2011-04-09 16:17] installed openjpeg (1.3-3)
    [2011-04-09 16:17] installed ffmpeg (20110330-1)
    [2011-04-09 16:17] installed libao (1.1.0-1)
    [2011-04-09 16:17] installed cdrdao (1.2.3-5)
    [2011-04-09 16:17] installed cdrkit (1.1.11-1)
    [2011-04-09 16:17] installed k3b (2.0.2-1)
    [2011-04-09 16:17] Running 'pacman -S dvd+rw-tools'
    [2011-04-09 16:20] installed dvd+rw-tools (7.1-2)
    After this, it stopped working - I mean I can't download a thing with pacman, no updates, no packages.
    Last edited by inp3dance (2011-05-04 22:37:00)

    pacman -Syu --debug output:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: Architecture: i686
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 65: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': http://mirror.archlinux.ro/archlinux/core/os/i686
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 68: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': http://mirror.archlinux.ro/archlinux/extra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 74: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': http://mirror.archlinux.ro/archlinux/community/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
    debug: config: finished parsing /etc/pacman.conf
    :: Synchronizing package databases...
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: local database version 2
    debug: destfile found, using mtime only
    debug: using 'core.db' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'core.db' from mirror.archlinux.ro : No address record
    debug: failed to sync db: No address record
    error: failed to update core (No address record)
    debug: destfile found, using mtime only
    debug: using 'extra.db' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'extra.db' from mirror.archlinux.ro : No address record
    debug: failed to sync db: No address record
    error: failed to update extra (No address record)
    debug: destfile found, using mtime only
    debug: using 'community.db' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'community.db' from mirror.archlinux.ro : No address record
    debug: failed to sync db: No address record
    error: failed to update community (No address record)
    debug: destfile found, using mtime only
    debug: using 'archlinuxfr.db' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : No address record
    debug: failed to sync db: No address record
    error: failed to update archlinuxfr (No address record)
    error: failed to synchronize any databases
    debug: unregistering database 'local'
    debug: unregistering database 'core'
    debug: unregistering database 'extra'
    debug: unregistering database 'community'
    debug: unregistering database 'archlinuxfr'
    pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch
    My mirrorlist is the default one, I have enabled only one mirror at a time, be it the Hungarian one or one of the Romanian mirrors, depending in which country I am.

  • [SOLVED] Ugly fonts in KDE plamoids

    I'm running KDE 4.8 on my Arch 64 box and I've had for a while now ugly fonts in all the plasma widgets I'm running. All the other fonts look nice and smooth in all other places, eg. GTK and QT apps etc. but plasma widget fonts aren't as smooth for some reason. I'm using the infinality patches with the "UBUNTU" setting currently. Any heads up on would be nice...
    Many Thanks
    Last edited by fettouhi (2012-02-22 17:37:04)

    kokoko3k wrote:QT_GRAPHICSSYSTEM=native may help, add it to /etc/environment for a system wide setting
    or edit the exec line /usr/share/autostart/plasma-desktop.desktop by adding --graphicssystem native
    Dont use the first advice, because you will lose the advantages of raster system system wide. Raster system is faster than native, so apps are snappier with it. The second method is better
    Last edited by syms (2012-01-30 18:12:21)

Maybe you are looking for