Change navbar brand font size

hello there,
i wanted to change the navbar brand font size , I Used this code

.navbar-brand{
font-family:“ubuntu”;
size: 3rem;
font-weight: 300;
}

but it seems nothing happened , I noticed that the font type and the font weight changed but only the size isn’t changing , what should i do?

Hey there

Let me see it, please provide url of the page and I will check the problem

I will upload it in github and send the URL here

https://awsoday.github.io/mysite/

I am just working on the top part of the website

Hi there

Got, it you have a mistake in your custom CSS, instead of size use font-size and it will work :wink: