+ 2
CSS font link
How do you get a font link to use in an html head tag?
4 Réponses
+ 2
This is one site what have fonts, you can copy code for linking or download
https://fonts.google.com/
+ 2
An example of it
See in the code:-
https://code.sololearn.com/WUYH3g9vmT79/?ref=app
+ 1
You can also use the @font-face rule and include the font file in your site so you dont have to rely on 3rd party servers.
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
- 1
Hi