<STYLE TYPE="text/css" MEDIA="screen, print">
@font-face {
font-family: "Robson Celtic"; /* Aquí colocas el nombre de la fuente*/
src: url("http://site/fonts/rob-celt") /*Aquí colocas la ubicación de la fuente*/
}
H1 { font-family: "Robson Celtic", serif }b /*Por ejemplo*/
</STYLE> |