Web Safe Fonts - Meet Google Font API

PixelPusher

Super Moderator
Staff member
Yeah I have seen this, very cool! Just need to set a suitable fallback if the api is not supported.

Thanks for sharing.
 

smoovo

New Member
Thank's

Thank you bcee.

It's very simple to use.

Add this code at the beginning of your HEAD section.

HTML:
<head><link href='http://fonts.googleapis.com/css?family=Philosopher&subset=latin' rel='stylesheet' type='text/css'>...</head>

Philosopher it's the font name I'm using... You can choose from http://code.google.com/webfonts any other one.

Now just use it as 'font-family' in your CSS style. ;)

____________________
SMooVo- Web Design
[email protected]
www.SMooVo.com
 
Last edited:
Top