+ 5
How to link fonts to text in html ?
5 Answers
+ 8
Plz check the link.Here you can get your answer...
Link: https://stackoverflow.com/questions/107936/how-to-add-some-non-standard-font-to-a-website
Hope this is helpful for you.đđđđđ
+ 9
Easiest way is css
As an example the paragraphs
<style>
p { font-family: ;
font-size: ;
font-weight: ;
font-style: ;
And so on and so forth
}
</style>
this is covered in the tutorial
https://www.sololearn.com/Course/CSS/?ref=app
+ 4
For me I use Google sketch but when it come to font family note the text will not inherits that style accept user have it installed on their device
0
Here is a little guide of CSS styling font make by myself ;) Cheers!
https://code.sololearn.com/We2DQRupsp4p/#html