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

Custom font issue

Home / Forums / Virtue Theme / Custom font issue

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
May 7, 2015 at 8:05 pm

Hi Ben,

I am having an issue adding a custom font. I had this working before on another site using this method. The all font files are in the newwp folder on the server. Here is the code I am pasting in to the custom css box. Does not seem to work. Any idea what the issue could be. Thanks. url: *hide

Shaun.

@font-face {
font-family: 2E150F_0_0;
src: url(‘*hide.otf’);
}
@font-face {
font-family: 2E150F_0_0;
src:url(“*hide.eot”);
/* IE9 */
}
@font-face {
font-family: 2E150F_0_0;
src: url(“*hide.ttf”);
/*Firefox */
}

h1 {
font-family: 2E150F_0_0 !important;
color: red;
}

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