Tell me more ×
Graphic Design Stack Exchange is a question and answer site for professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.

I am trying to use Noteworthy font (available on Mac OS X 10.7.2) for my web application. Unfortunately, I couldn't find it on MyFonts nor typekit; I mentioned these two sites just because so far they have a pretty good font selection and easy to integrate. Do you know where / how I can use this font for the web?

In case it's not possible, I am hoping that someone might have a suggestion for an alternative font that might look / feel like Noteworthy. WhatTheFont returned with a few suggestions (e.g. Nobel Cond Light, Wasabi Thin, Xeilo Condense), which unfortunately don't quite work well.

Edit: To be clear, I need more help to find another font that has a similar look / feel to Noteworthy.

enter image description here

share|improve this question
google fonts has dozens and dozens of handwritten style web fonts. – DA01 Jan 6 '12 at 15:17
1  
You may also want to check FontSquirrel as a resource – danielhanly.com Jan 6 '12 at 16:49
If you go for Google fonts be careful, not all the set of fonts are good ones. – Littlemad Jan 9 '12 at 9:59
I don't have an answer. I actually have a question. It's the craziest thing. I am not able to find the font "Noteworthy" anywhere for purchase. It's a vital font for me. The alternative fonts do not work fully. The "P" is the main issue. Can anyone help me to locate where I can purchase the font "Noteworthy"? – Jason Jan 28 at 5:04
@Jason, you should post that comment as a separate, new question. To answer your question, however, I don't hink you can purchase it separately. It comes bundled with OSX (so you COULD purchase OSX to get it). – DA01 Jan 28 at 14:51
show 1 more comment

5 Answers

I have been looking for this also, my findings are:

Noteworthy is Filmotype Brooklyn, available at Font Bros (and other font shops) for about $29
http://www.fontbros.com/cgi-bin/commerce.cgi?preadd=action&key=FILM-BROO

Filmotype Alice is a lighter weight:
http://www.fontbros.com/cgi-bin/commerce.cgi?preadd=action&key=FILM-ALIC

They are also both available in a value package:
http://www.fontbros.com/cgi-bin/commerce.cgi?preadd=action&key=FILM-ALFA

Source: http://typophile.com/node/80861

enter image description here

enter image description here

share|improve this answer

Handlee is pretty similar and it's in Google Webfonts. With Google Webfonts all you have to do is link to a page at the top of your HTML and you're good to go to use the font!

Handlee on Google Web Fonts

enter image description here

share|improve this answer

Not so close to Noteworthy but nice is the font Purisa. Almost unfindable, you can see it here and download it here. It's free (open source) so you can use it for all use.

enter image description here

share|improve this answer

The "custom" font support for browsers is actually almost perfect. Every browser except for old versions of IE will do it if you use @font-face and ttf/eot (and there are plenty of converters).

You can host the fonts in your server as long as they are GNU GLP or you have the webfont (you can usually buy it from the font owner). Dafont.com has lots of GNU GLP fonts, I can't really think of any similar ones right now, but it's worth a browse. A good option is to contact the creator and ask him/her directly. Another option would be to make the titles/whatever you are intending to use in the website as images. There are no legal issues there, because you own the font and you are not "distributing" it by putting it in your site.

share|improve this answer
The answer added to the other answers. I don't say there are no legal issues putting fonts, but the contrary. You need a special license to HOST them, but you can use them to produce graphics (just images, not fontface) if you own them. The only thing I take back is that font-face is almost perfect, I'd day it usually renders horribly. – Yisela Oct 29 '12 at 19:19
Whoops I think I totally mis-read the last part of your answer and downvoted you unfairly. It's true that if you use text that is pre-rendered as images, saving the need to upload the font file to the web, there are no legal issues there (in the font use). I totally mis-read what you were saying and thought you were wrong. – thomasrutter Nov 1 '12 at 2:19

It's going to be hard to find an alternative - especially, when you're going to use it in a web-app.

For a web app you got to remeber, that costum font support is still very limited. Though there are possibilities with CSS (http://www.howtoplaza.com/how-to-use-custom-fonts-on-your-website-with-css) or script to generate images from text...

In Flash it's no problem to embed a Font, but without ... I don't know any secure and reliable way to asure that the Client sees exactly what you want to show - with a costum font - but to convert text to images

share|improve this answer
Let's put aside the challenges of making a non-"standard" font to work on the web. Do you have any reference of a different font that might just look like Noteworthy? – SikuSikuCom Jan 6 '12 at 10:58
actually, custom fonts are fairly widely supported now. What's not necessarily widely supported is quality rendering of said CSS embedded fonts. – DA01 Jan 6 '12 at 15:23
I agree on the fairly wide support. Personaly I can't wait for CSS to work without the current restrictions. – blindfold Jan 6 '12 at 15:30
This answer would be correct about 3 or 4 years ago, but support for web fonts is pretty universal in browsers now. IE has had it since about IE5, as well as modern Firefox, Chrome, even Android/iOS. Also, the rendering of it is fine - rendering issues come about by using fonts that are improperly hinted (and not testing your site on Windows, where such fonts will look ugly/messed up). – thomasrutter Oct 29 '12 at 1:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.