How to link fonts to text in html ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to link fonts to text in html ?

15th Mar 2019, 2:41 PM
Walimohammad Rohani
Walimohammad Rohani - avatar
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.🙌🙌🙋🙌🙌
15th Mar 2019, 2:50 PM
Asmit joy
Asmit joy - avatar
+ 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
15th Mar 2019, 2:59 PM
BroFar
BroFar - avatar
+ 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
15th Mar 2019, 3:48 PM
George S Mulbah II
George S Mulbah II - avatar
+ 3
Checkout this code I created, it shows how to manipulate html fonts using JavaScript. https://code.sololearn.com/W9mdrjcDmJDn/?ref=app
16th Mar 2019, 10:37 AM
eMBee
eMBee - avatar
0
Here is a little guide of CSS styling font make by myself ;) Cheers! https://code.sololearn.com/We2DQRupsp4p/#html
17th Mar 2019, 9:08 PM
Piotr Woźniak
Piotr Woźniak - avatar