0
how do i make face atrribute on font tag use an external font-family?
i got external font work in p tag though. but it not work in font tag. For example it work in <p style="font-family:the external font"> but cant work in <font face="the external font">. Sorry for bad english
1 Resposta
+ 2
you can this.
in CSS file
font-family: /*in quotes*/ 'YourFont', sans-serif;