How can I change the heading font on my online store using the Showcase theme?

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

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;
}

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?