Seven Web Fonts showcases

Forums » Dev.Opera » Archived Article Discussions

This topic has been closed. No new entries allowed.

Reason: You can now post comments on articles on Dev Opera

Forum rules and guidelines

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

2. September 2009, 08:35:22

Opera Software

chrismills

Posts: 379

Seven Web Fonts showcases

This article presents some all-new Web Fonts showcases, written by the Opera developer relations team, to educate and inspire you! Check them out, and feel free to download and reuse the code.

( Read the article )

Chris Mills
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com

1. September 2009, 06:45:35

Moderator

jax

Posts: 7094

Web fonts moves a font character problem over to the web developer. It is nice to have web fonts supporting e.g. Devanagari, but how do you know that beforehand?

How can I know whether a given font supports Chinese characters, mathematical symbols, Czech characters or anything else I might need? Yes, I could proofread the text with the new font but I never have time for that, and besides it is no fun and easy to make mistakes.

What I am driving at is: Is there some font fount with such character range information, which web fonts covers which Unicode range adequately?
This sig <a href="http://my.opera.com/community/forums/topic.dml?id=1132152">intentionally broken</a> by My Opera devs...

1. September 2009, 07:26:59

Opera Software

chrismills

Posts: 379

Originally posted by jax:

Web fonts moves a font character problem over to the web developer.



I don't agree - the responsibility has <em>always</em> been with the web developer to ensure that the fonts they choose to use feature the glyphs they need. But they don't have to think about it so much with the "web safe fonts" that are typically installed across all systems.

Web Fonts now give them the choice to use different fonts, which can only be a good thing, potential licensing issues aside. And web designers should take care to choose reputable fonts.

And you should always test your designs anyway.

Originally posted by jax:

What I am driving at is: Is there some font fount with such character range information, which web fonts covers which Unicode range adequately?



I absolutely agree that this would be a great tool for web designers to have. I'm not sure if that is available or not.
Chris Mills
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com

2. October 2009, 04:14:09

mopco

Posts: 35

In the drop caps example:
p:firstletter should be
p:first-letter.

Great article, thanks!

2. October 2009, 13:17:00

Opera Software

chrismills

Posts: 379

Originally posted by mopco:

In the drop caps example:

p:firstletter should be p:first-letter.




Thanks for pointing it out; I've fixed it now.
Chris Mills
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com

Forums » Dev.Opera » Archived Article Discussions