Latest solutions
Latest comments
- @ibrahimherith@Drimzart
you need to copy the link and put in the <head> of your HTML
Example:
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700&display=swap" rel="stylesheet">after this you can use the font-family in your css file.
Example: font-family: 'Fraunces', serif;
Marked as helpful