i wanna change stuff like "Profile for..." or "biography" and the font i wanna use is "orbitron". also, how do you make it so your text on your profile is centre? thanks!
Hopefully this solves it!
@font-face {
font-family:"put font name here";
src:url(put url to font here. woff2 and ttf both work okay, i recommend ttf);
}
and then for it to work on a piece of text, put the CSS code "font-family:"put font name here"
for example:
@font-face {
font-family:"DSFont";
src:url(https://jinxcade.github.io/jinxcade-media/fonts/ds-lite.ttf);
}
body {font-familySFont;}