For anyone who wants to use fonts for their profile 😘

Psychedelic Pointer Here are some cool websites for fonts to use:

Google Fonts:

Fonts Fabrica:

Fonts Pool:

If you want the code for the fonts:
Replace "XXXXX" with the font you want.
You can also change the size of the fontΒ  if you want to.

p{
Β  font-family: 'XXXXXX', sans-serif;
Β  font-size: 150%;
}
h1,h2,h3,h4,h5{
Β  font-family: 'XXXXXX', sans-serif;
Β  font-size: 150%;
}


6 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )