Change blog title in header on front page from bold to regular

Hi,

on frontpage the blog title in header is bold. On every other page it isn’t.
How to change the title on front page from bold to regular?

Thank you

Use this CSS

.navbar > .container .navbar-brand {
    font-weight: normal;  
}

Thank you :-)!

Hi @hubs,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Thanks,
Movin