« Web, HTML, Tech Forum

How to change font on my profile???

How do i change the font on my entire profile?? i cant find any code for this anywhere.


Report Topic

2 Replies

Sort Replies:

Reply by theory

posted
updated

body{font-family: "(inset font you want (f you dont want to import fonts use one of those: https://www.w3schools.com/cssref/css_websafe_fonts.php)";}


Report Reply

Reply by lem.iso

posted
updated

<style>
@import url('https://fonts.cdnfonts.com/css/chicagoflf');
font-family: 'ChicagoFLF', sans-serif;
</style>


you can find font embeds you can just copy-paste on cdnfonts


Report Reply