Layout tips

Fonts and text!

Step 1) go to google fonts and choose one you like

Step 2) take the embed code (use he @import ver)

Step 3) go into either your about me, or code section and paste the url

Step 4) write this under it

p{                                                                                                                                       font-family: 'font name', type;                                                                                                     font-size: xxx%;

OR 

}                                                                                                                      h1,h2,h3,h4,h5{                                                                                                                        font-family: 'font name', font type;                                                                                              font-size: xxx%; 

P is for paragraph and H is for header!

example of what i use on my profile!

<style>                                                                                                                         @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');                    </style>                                                                                                              }h1,h2,h3,h4,h5{                                                                                                               font-family: 'VT323', static;                                                                                                  font size: 300%

(i put mine in style brackets but i dont think its necessary)      


Step 5) play around with it depending on if you want different font types, but have fun!

Save and your done!                                                   


2 Kudos

Comments

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