htmlcss

The CSS @font-face @-rule allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their computers.

Values


Example:

@font-face {  
       font-family:"Depressionist Three Thin";  
       src:url("http://cooltext.com/Download-Request?Type=Font&ID=78"), local("Depressionist Three Thin"), url(depress3_____1.ttf);   
}