Comments on Hi-tech All Comments

hello!!! i use your code and im tryna customise it now lolz, is there anyway to change the font to a google font?

Not in the original code -- it was my first one and I wasn't sure how to handle that lol

if you want to import a google font, do the following format

@import url('https://fonts.googleapis.com/css?family=fontname');

body {
    font-family: 'fontname';
}

ah ok awesome! i wasnt sure if you added your own font within the code. i didnt want to break it on my side ;;

hiya, sorry im still having issues, it changed *some* of the text to the correct font, however a the headings arent changing even with the correct code. [ive tried h1 + heading] and it just changes it to the wrong font also?

ah, sorry, i forgot my first snippet wouldn't change the parts with the custom font. This should be able to change the text in the entire page

@import url('https://fonts.googleapis.com/css?family=fontname');

body {
    font-family: 'fontname'!important;
}

.header, .sidebar, .display-user, .profile-header, .text-monospace, .pr-header {
    font-family: 'fontname'!important;
}

thank yoouu !!!! <333

hiya, still not working DW I'll just keep the basic font :)

AHHHHHHH this code looks so good!!! i also edited the HTML a little to fit a user profile!!

However, is there a way to add recent image section under the HTML or is that not possible :3 [for character]

1 Replies