mercoledì 9 febbraio 2011

CUSTOM FONTS

http://www.google.com/webfonts


<style>
@font-face
{
    font-family: my_font;
    src: url('A_Charming_Font_Superexpanded.eot');
    src: local(xyz), url('A Charming Font Superexpanded.ttf') format('opentype');
}

p
{
    font-family: my_font;
}
</style>
<p class="my_font" style="font-size: 200px;">ciao</p>



TTF to EOT

http://www.kirsle.net/wizards/ttf2eot.cgi

Nessun commento:

Posta un commento