A font (more accurately a typeface) is the visual appearance, representation or interpretation of a set of characters, typically alphanumeric as a minimum.

learn more… | top users | synonyms

1
vote
1answer
141 views

Can you help me cure font outlines (as opposed to the font itself) showing up in webpages?

I am having some issues with fonts rendering improperly across browsers. Essentially i am just getting outlines, an example can be viewed her. For example on this page. ...
0
votes
1answer
60 views

How to install font from sources

What is the right way to install font from sources on OS X?
1
vote
0answers
32 views

Font smoothing randomly turning off

Recently my fonts turned a little too "crispy" in the sense that they looked a somewhat flattened and pixely. Exactly this problem, in fact: Weird Font Smoothing Issue After noticing it, I went ...
1
vote
0answers
38 views

Whenever I install a font using Font Book it copies a zero byte file into ~/Library/Fonts/

But it still works if I manually copy fonts there. These empty files have the following permissions: --wxr-xr-x 1 mcb staff 0 7 Okt 2011 Lekton-Regular.ttf. What could be the problem ...
0
votes
0answers
181 views

Missing fonts in Fonts window

OS X installs fonts in several locations. Unfortunately, the Fonts window (which is shown by many applications when hitting ⌘+T) only appears to pick up the fonts installed in the “local” and ...
0
votes
0answers
321 views

Add new font to Java JRE so java can recognize it

I'm using a java program with a dropdown box to select some fonts to use. I want to add a new font into this list. The manufacturer said that I had to add the font file to my jre/lib/fonts directory, ...