Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

After adding my new font, its not displaying in Typography

Home / Forums / Virtue Theme / After adding my new font, its not displaying in Typography

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 26, 2016 at 2:31 pm

Hi, I added new font on wp-content/themes/virtue_premium/assets/css/fonts directory and added the below query in virtue Theme CSS file.

Still I dont see the Font in Font Family of Typography, please help me on this.

@font-face {
font-family: ‘futura_md_btmedium’;
src: url(‘
src: url(‘ format(’embedded-opentype’),
url(‘ format(‘woff2’),
url(‘ format(‘woff’),
url(‘ format(‘truetype’),
url(‘ format(‘svg’);
font-weight: normal;
font-style: normal;

}

h1, h2, #nav-second ul.sf-menu a, .kad-nav-inner .kad-mnav, .kad-mobile-nav .kad-nav-inner li a, .nav-trigger-case {
font-family: ‘futura_md_btmedium’ !important;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.