finn 's profile picture

Published by

published
updated

Category: Web, HTML, Tech

HOW 2 GET A FONT YOU WANT ON UR PROFILE!!!

so you need to pick a font from this website

and then use the import url plus css code (font family)

your code is supposed to look something like this


@import url('https://fonts.cdnfonts.com/css/proggy-tiny');

body {

font-family: 'ProggyTinyTTSZ', sans-serif;

font-family: 'ProggyTinyTT', sans-serif;

font-size: 18px;

letter-spacing: 2px;

font-style: normal;

text-decoration-color:#606060;


i just used the font i had on my profile before i changed it

and add it between <style> and </style> somewhere in about me and your good!! :D

more in depth tut (with pictures)


1. get ur font!! (im using the first one i see)


2. use these two codes


3. use this super kewl template i made

/*import url*/

body {

/*font family code*/

font-size: /*size of font (replace with things like (15px/18px)*/

letter-spacing: /*how far your letters can be spaced apart (use 1px/4px so it wont go wide depending on font)*/

font-style: /*font style, like bold or intalic, replace w normal if you dont want any*/

text-decoration-color: /*might change color font but you need another code like root*/


4. use the whole thing together (reusing the same example)

@import url('https://fonts.cdnfonts.com/css/superhelio');                

font-family: 'superhelio _regular', sans-serif;

font-family: 'superhelio _extended', sans-serif;

font-family: 'superhelio _small', sans-serif;

font-family: 'superhelio _extended_ultra', sans-serif;

font-family: 'superhelio _thin', sans-serif;                                                

font-size: 18px;

letter-spacing: 2px;

font-style: normal;

text-decoration-color: black;


5. add 2 your profile :D !! i hope this helped :3


14 Kudos

Comments

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

Dax

Dax's profile picture

ayyyy this got it working for me thanks dude :D

(the first font i wanted to use wasn't supported tho cry)


Report Comment

AJax

AJax's profile picture

this is unbelievably helpful thank you SO MUCH 🙏


Report Comment

⚙️Cemetery corpse

⚙️Cemetery corpse's profile picture

THIS ISNT WORKING FOR ME :( AND I DONT HAVE ALL THE FONT FAMILY THINGS IT ONLY GIVES ME THE SANS SERIF ONE ONLY :(


Report Comment



UHH maybe use a different font? some fonts aren't supported by spacehey!!

by finn; ; Report

Alright! Thanks ill try it out when I get a chance

by ⚙️Cemetery corpse; ; Report