Font weight

Posted in: Newsmag
Post count: 23

Hello,

Is it not possible to choose font-weight: 600 ? in the custom typography page?

Post count: 7909

Hi,

Unfortunately the theme has only 3 options for font-weight in Custom Typography, but you can use custom css to change that: http://screencast.com/t/BC3mTJDo

.td-post-content p{
font-weight:600 !important;
}

Hope this helps!

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