changing font for heading on my store

bakyboy
Excursionist
78 0 2

hey, I have a banner running on top of my store https://century8mm.com

and I want to change the font of the heading ton top, how can I do that?

using the showcase theme

Screen Shot 2021-05-06 at 13.13.36.png

Replies 2 (2)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @bakyboy  please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste the below code at the bottom of the file. 

 

 

.template-index .overlay__content .line-1{
             font-family: 'emoji'  !important;
}

 

 

  

bakyboy
Excursionist
78 0 2

hey, and can I pick any font I want? what fonts can I use? im guessing the "emoji" is the font family you picked, can I switch?