Issues installing Weston font for headers

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Issues installing Weston font for headers

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29765
    Alix Watson
    Participant

    Hello!

    1.
    The most important/pressing issue I am having is installing Weston to use for headers on my site. The font files (see attached image) are in /public_html/wp-content/themes/extinct-child/fonts/ yet all headers EXCEPT the menu are still Arvo.

    I have added the following code to theme options/custom CSS AND to the child theme within the editor:
    (note: I have tried like WAYYYY too many iterations of this code to try to make it work so it is possible something went wrong at some point during all these iterations).

    @font-face {
    font-family: ‘weston’;
    src: url(‘https://greendoggoods.com/wp-content/themes/extinct-child/fonts/weston_free-webfont.eot’);
    src: url(‘https://greendoggoods.com/wp-content/themes/extinct-child/fonts//weston_free-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘https://greendoggoods.com/wp-content/themes/extinct-child/fonts/weston_free-webfont.woff2’) format(‘woff2’),
    url(‘https://greendoggoods.com/wp-content/themes/extinct-child/fonts/weston_free-webfont.woff’) format(‘woff’),
    url(‘https://greendoggoods.com/wp-content/themes/extinct-child/fonts/weston_free-webfont.ttf’) format(‘truetype’),
    url(‘https://greendoggoods.com/wp-content/themes/extinct-child/fonts/weston_free-webfont.svg#weston_freeregular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    h1, h2, h3, h4, h5, h6 {
    font-family: ‘Weston’ !important;
    }

    .fancy-heading, .fancy-heading2 { font-family: ‘weston’ !important; font-weight: normal !important; }

    h1, h2, h3, h4, h5, h6, #before-content-area h1, #before-content-area h2 , #sitemap-template h2, #archives-template h2, .archive h2, #portfolio-full-width .entry-title, #portfolio-template .entry-title, .post-snippets .hentry .entry-title, #retina-text h3, .widget-title { font-family: ‘Weston’ !important; font-weight: normal !important; letter-spacing: 2px; }

    .heading2 .title { font-family: ‘weston’ !important; letter-spacing: 3px !important; }

    #content .entry-title, #content .entry-title a, .comment-author cite, .header-fancy { font-family: ‘weston’ !important; }

    .contact-info .phone-label, .contact-info .email-label, #author-widget .author-name { font-family: ‘weston’ !important; }

    #portfolio-full-width .entry-title, #portfolio-template .entry-title, .post-snippets .hentry .entry-title { font-size: 16px !important; font-family: ‘weston’ !important; }

    2. I cannot choose the hex code for colors within Appearance/Theme options/Color. How can I correct this?

    Thank you SO SO SO much for your help! I will create and provide a temp login to the site if necessary to help me with these issues.

    – Alix

    #29775
    Raghavendra
    Moderator

    Alix, Sorry to hear you are having trouble with this. Please share a temp login to your site with the URL. I will get this addressed. Thank you.

    #29782
    Alix Watson
    Participant
    This reply has been marked as private.
    #29789
    Raghavendra
    Moderator

    The issues are now fixed. I added the following custom CSS to css/admin.css –

    .hide-color-picker {
    display: block;
    }

    and the change will be in next update.

    For the fonts, the URL was specified as https instead of http and correcting the same fixed the issue. Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.