Font unavailability -or- Why Adobe sucks, still.
August 27th, 2008
Today I wanted to spruce up a site design with a nicer typeface. I also wanted to stay away from image replacement techniques and sIFR, which makes the job that much harder. Obviously the major problem is what typeface can I use that will be constant on both Windows and Mac — the majority audience is on Windows so I can’t even make a case for degradation or alternates. The solution, Myriad Pro.
Myriad Pro, created and licensed by Adobe, has been on default Mac OS installs for years. After some searching around the internets — read: Wikipedia — I found that Myriad Pro has been bundled with Adobe Reader since version 7. Perfect right? No. Not perfect at all.
After installing Adobe Reader on my vanilla Windows Vista test system, I was still unable to view Myriad Pro on a web page by using the following CSS declaration:
#container h2 { font-family: "Myriad", "Myriad Pro", "MyriadPro", "MyriadPro-Regular", sans-serif; }
Adding in other variations of the name didn’t help. Both Firefox and Internet Explorer would only show the default sans-serif typeface for the headline. I searched for a solution on Google. I even searched for a solution on Live Search. I pinged a few friends. Nobody seemed to have an answer, it should just work.
So I twittered this. Unfortunately there were no new ideas. Needless to say, this frustrated and confused me even more.
I found it weird that Adobe put the Myriad typeface into a different location than the rest of the system fonts but didn’t know how to deduce if that was the problem. Adobe installs Myriad Pro into: Z:\Library\Fonts. As I later found out, this is the problem.
It turns out that software developers can install fonts almost wherever they want, to allow the font to be used by the software being installed. The problem is, the rest of the system cannot access that font, unless it’s put into C:\Windows\Fonts. GAAAHH!!
Seriously Adobe?! Just make the damn font available to the rest of the system. What have you got to lose? Oh darn, people will have more choices for web typography? Heavens to merkatroids, that would be catastrophic wouldn’t it.
Adobe, you suck. Still.
Another Plugin Update: Random Terms w/ Posts
November 9th, 2007
Yet another shameless promotion from me, huzzah! Today I released the long overdue update to my Random Category with Random Posts plugin. It is fully compatible with Wordpress 2.3+ and is completely broken with anything prior to it.
Updated One of my Plugins
October 23rd, 2007
Yes, you read that title correctly, I actually sat down and updated one of my lagging Wordpress plugins. The plugin in question would be Random Categories w/ Random Posts.
Version 0.5 includes adds the option to include the post excerpt in the random list of posts and is available for download. I’ve been told that it doesn’t work with WP 2.3 yet but that will be tonight’s task. That is all. Back to your regularly scheduled program.
How to: Install Subversion on a (mt) Server
October 11th, 2007
A few weeks ago I set out to install subversion (svn for those not in the know) on my (mt) (dv) 3.0 server. More than a few Google searches turned up a few different sites and the (mt) knowledgebase. The problem was that there wasn’t one single post that took me through the full process. Thankfully I have some very smart friends that helped me out. Read the rest of this entry »
Make Smarter Divs with Snippets
April 7th, 2007
Earlier today James asked how I accomplished the auto-complete div’s with ending comments in my screencast post. This is how I do it.
First of all, this post is specific to TextMate. I’ve heard there are other editors out there that have similar functionality but I haven’t used them — all the same, these steps could easily be translated to work with those programs as well. Read the rest of this entry »