2010-06-20 2 views

Répondre

1

Actuellement ce sont les seuls disponibles. Cependant, vous pouvez héberger votre propre police opentype, en utilisant le CSS suivant.

@font-face { 
    font-family: Kabel; 
    src: url("ItcKabel-Demi.otf") format("opentype"); 
} 

h2{ 
    font-family: Kabel, "Lucida Grande", Lucida, Verdana, sans-serif; 
} 
Questions connexes