+ 1
Fonts
how to use font at html 5 if you can give me an exemple
1 Resposta
+ 2
do you mean formatting font?
in that case you can use CSS
if you mean using font from internet source,
@font-face {
font-family:"Kimberley";
src: url(http://www.princexml.com/fonts/larabie/ » kimberle.ttf) format("truetype");
}
h1 { font-family:"Kimberley", sans-serif }