Defaults fonts display instead of child theme declared ones
-
I am new to this and am trying to add 3 fonts i have on my PC for my site to use;
Helvetica Neue, Din Next Light, San Francisco.All font files are located in my child theme folder \wp-content\themes\virtue-child\
I followed this other post, but for some reason the Virtue defaults are still overriding my child theme style.css? Below is what i have added. When i check the source code of the page in Chrome i can find the entries show Arial as the primary font and not mine. I figure i am missing something simple?
/* -------- Default site Font -------/* @font-face { font-family: "Helvetica Neue"; src: url('helveticaneueltstd-lt.otf'); font-family: "Din Next Light"; src: url('ufonts.com_din-light.ttf'); font-family: "San Francisco"; src: url('system san francisco display regular.ttf'); } a.brand, .logofont, .kad_tagline, .product_item, .product_details, h1, h2, h3, h4, h5, body,#nav-main ul.sf-menu a, .kad-nav-inner .kad-mnav, .kad-mobile-nav .kad-nav-inner li a,.nav-trigger-case {font-family:"Helvetica Neue", "Din Next Light", "San Francisco", Arial, Helvetica, sans-serif !important;} }
- The topic ‘Defaults fonts display instead of child theme declared ones’ is closed to new replies.