Is there any font that I can use in my font stack that is more or less similar to Myriad Pro and web safe?
|
|
According to Wikipedia Myriad Pro is bundled with Adobe Reader not with Windows. And a quick Google search shows you can use it on the web using Typekit (with a $24.99/year subscription): http://typekit.com/fonts/myriad-pro |
|||||||||||
|
|
You might be able to find something similar in the Google Fonts Directory. All you have to do is include their link in your html page's head and you can use the fonts in your css. PT Sans is pretty similar (compared to the rest of the list): http://www.google.com/fonts/specimen/PT+Sans |
|||||||||||||||||||
|
|
If your website targets the designer crowd, many of them will have the Adobe Suite installed (don't ask by what means). Kottke.org uses it without css embedding, and this is his font family rule:
|
|||||||
|
|
You have various choices:
|
||||
|
|
|
When I can't use Myriad Pro (which is our corporate standard for titles, headings, etc) I usually use Verdana. I've never had a problem with it not being available. |
|||
|
|
A free font that is very, very close: http://www.fontspace.com/arro/vegur The character support isn't the best, but if it's only for headlines and it really has to be Myriad, then the extra effort of @font-face-ing it may be worth it. |
|||||||
|
|
On my Windows 7 installation (with MS Office 2010 installed) I have these fonts that are the closest match: Lucida Sans, Segoe UI, Calibri , and then the generic font sans serif as the last fallback. CSS for this would be:
|
|||||
|
|
Vegur has a @font-face (as well as Cufon) kit at http://www.cufonfonts.com/en/font/12046/vegur. Browser support has advanced to the point that most people will be able to see the font used through @font-face even if they don't have the font installed, as long as the font is hosted on the server. |
|||
|
|
|
I've tried all the fonts suggested above, and I still don't think any of them match Myriad Pro like Trebuchet MS does. Give that a try. It tends to be a little skinnier/less bold than Myriad, but I find I can get it pretty close after messing around with font properties. |
|||
|
|
|
Have you heard of CSS3 Web Fonts? https://typekit.com/fonts/myriad-pro |
|||
|
|
|
I had the same question, I settled at CartoGothic-Std after reading the following article: http://www.onextrapixel.com/2011/06/29/10-awesome-alternative-free-web-fonts/ The font's download link: |
|||||||||
|
|
To all the people planning to use the Google Font Directory (it rocks, I use it too sometimes). Be aware that some fonts add significant weight/loading time to your pages. In the case of the mentioned PT Sans family it is "Added page weight: 224kb compressed". Check it out here: http://www.google.com/webfonts/family?family=PT+Sans&subset=latin |
|||
|
|
|
If you want to use |
|||
|
|
|
Open Sans is the closest: http://www.fontsquirrel.com/fonts/open-sans (it includes a font-face kit download to the top right under the normal download button, on the gray bar). |
|||||
|
|
If Verdana is close enough, DejaVu Sans is closer. The two are compared here; note the 'I', 'Q', and 'R'. |
|||
|
|
