Safari (3.1) now does web fonts!

Posted on March 19, 2008  | Permalink
Filed under Typography

You should see these lines written in “Anivers”, one of the free OpenType fonts you can find at Jos Buivenga’s foundry “Exljbris”, if you have updated Safari lately.

 
You probably see ordinary “Verdana” above, if you came here with Firefox or Internet Explorer. You want a screenshot in that case, right?

At first you tell the browser the name of your web font (in our case: Anivers), then you tell where it is located (in our case: fonts/Anivers_31.otf) and what kind of format it is. If that is done, you just assign the font in your CSS like you are used to it:

CSS:
  1. @font-face {
  2.     font-family: Anivers;
  3.     src: url('fonts/Anivers_31.otf')
  4.     format("opentype");
  5.     }
  6.  
  7. .museo {
  8.     font-family: Anivers, Verdana;
  9.     /* Verdana is listed as a fallback */
  10.     font-weight: normal;
  11.     font-size: 2em;
  12.     line-height: 1.3em;
  13.     color: #555;
  14.     }
  15.  
  16. /* ============================================ */
  17. /* Anivers is free: http://josbuivenga.demon.nl */
  18. /* ============================================ */

The iPhone SDK is a big thing, for sure. But web typography not limited to 15 fonts anymore? I think i will throw up a few times, just for fun.

But a little advice: Even some “free fonts” will only allow their re-distribution if you include the license file they came with. And re-distributing is what you – in a broader sense – do, if you use them as web fonts.

I hope some foundries out there see the new web fonts as a possible way of free advertising; if your web font becomes the next big thing (i am dead sure the other browser vendors will hop on the bandwagon), it is certainly a form of advertising for the quality of your foundry.

And while we’re at it, here are a few more Safari/Webkit news i find worth mentioning:

  • Support for SVG advanced text (SVG fonts anyone?)
  • Double clicking on the tab bar will open a new tab
  • Password fields will now show a “caps lock icon” if caps are locked
  • Support for SVG images in <img> elements and CSS images
  • Support for CSS transforms and transitions
  • Support for HTML 5 <video> and <audio> elements
  • Improved JavaScript performance (really?)
  • New “develop menu” with lots of gimmicks

Comments

  1. Damien Guard on March 23rd, 2008 9:44 pm

    This raises some very interesting licencing issues being that you can just visit the URL and copy the font to use yourself…

    [)amien

  2. Manuel, Æstheticrew on March 23rd, 2008 10:19 pm

    Sure, the site owner has a responsibility here. But it is nothing new, same goes for content and pictures, it’s not just fonts that could be copyrighted.

    So it is not a new discussion nor a new problem really.

  3. Si on March 23rd, 2008 10:25 pm

    It’s a problem in that the only fonts you can use are fonts like Dieter’s that are 100% public domain. Commercial fonts (the type designers like) are off-limits as are freeware and open source fonts that only allow redistribution in .zip packages with readme’s/licenses intact. Some discussion here… http://typophile.com/node/43312

    Cheers, Si

  4. Manuel, Æstheticrew on March 23rd, 2008 11:51 pm

    Yeah, that is indeed a problem, i mean that the choices are limited, but the choices we had were even more limited before, so…

  5. Danny on March 29th, 2008 7:59 pm

    I just switched from FireFox

    Thanks,

  6. Kyle on May 25th, 2008 4:05 am

    Great feature. So much of a design has to do with the fonts used.. The web is so deprived in this area, and has forced many developers to result to imagery which hinders dynamic output to a huge degree, unless you enjoy using PHP & GD library to raster font output server-side.

 

Comments by unregistered visitors will wait for approval. Registration removes comment activation and is dead simple.




You can use <strong>, <em>, <a>, <img> and <blockquote>. Code should be wrapped in `backticks`. — Nasty comments might enjoy moderation.

© 2008 Aestheticrew.com is trying to focus on
graphic and information design, typography, contemporary art and fashion, marketing and advertisement strategies, aesthetical believes and strong attitudes.