Text Logo Font Family

Posted in: Newspaper
Post count: 4

I am trying to change the text logo to Ubuntu , a google font. I am using it in all the headings on the site already, but I want to use it in the text logo.

I have tried adding this custom css

.td-logo-text-container .td-tagline-text {
font-size:20px;
font-family: ‘Ubuntu’, sans-serif !important;

}

.td-logo-text-container .td-logo-text {
font-size:40px;
font-family: ‘Ubuntu’, sans-serif !important;

}

When that didn’t work I also tried adding in custom html section:
<link href=”https://fonts.googleapis.com/css?family=Ubuntu&#8221; rel=”stylesheet”>

I’ve tried

Post count: 6535

Hi

Please provide your site url so we can have a closer look and get back to you with a more accurate answer.
Thanks!

Post count: 4

healyourselfhealtheplanet.com

Post count: 23312

Hi,

Please try the code below and place it in Theme panel->cusotm CSS area.

The code is ->

.td-logo-text-container .td-logo-text, .td-tagline-text {
font-family:Ubuntu!important;
}

The result -> http://screencast.com/t/GfidTaRuz

Thanks.

Post count: 4

Thank you that works perfectly.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.