Thank you for reaching out to the Shopify community.
In order to change the font of the your brand name in the header section you have to make changes in your base.css file in Assets folder In your theme code editor. Go to the base.css file and add the below code in your file.
.header__heading .h2{
font-family: cursive; //font of your choice
}
The font should be changed now, if not please send me your store URL so that I can help further.
Thanks