Cant figure out how to change my website font

Cant figure out how to change my website font

BandidoSeb
Visitor
1 0 0

Hi, I changed my website font a while ago and I want to change it to a different custom font. I've tried countless different methods to get my new font as my main font for the website, but I can't figure out how to do it again. 

 

Could someone help out? Did I maybe delete essential code? 

 

I'm not sure.

 

Can someone help me out??

 

I'm looking to change it to arial black.

 

Thank you!

Reply 1 (1)

helen25
New Member
16 0 0

Hi BandidoSeb,

This is a code for change the font in website.

step 1) Online store> themes > More action > edit code and find the base.css file.

step 2) Now put this code in the bottom on base.css file and save the code.

 

 

body{
font-family:'your favorite font namme'; 
}