« Back to the HTML Forum

How do I change the font on my whole profile??

Nothing and i mean NOTHING. has worked and im getting pretty upset about it


Report Topic

1 Reply

Reply by nago

posted

<style>

@import url('YOURURLGOESHERE');

</style>

<style>

:root {font-family: 'NAMEOFYOURFONT', sans-serif;}

h1 {font-family: 'NAMEOFYOURFONT', sans-serif;}

</style>

The URL should look something like this: "https://fonts.googleapis.com/css?family=Indie Flower". Make sure you've DOWNLOADED the font and spelled everything correctly!


Permalink Report Reply