how do i make face atrribute on font tag use an external font-family? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

6th Oct 2016, 7:24 AM
Krisna A. Haryadi
Krisna A. Haryadi - avatar
1 Answer
+ 2
you can this. in CSS file font-family: /*in quotes*/ 'YourFont', sans-serif;
6th Oct 2016, 9:41 AM
HawkEye
HawkEye - avatar