Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #968576
Adding Google Fonts to Moose
Closed

Comments

  •  2
    breakbeyond started the conversation

    There are a few Google fonts that I want to add to Moose that are not listed in the theme. How do I add them properly?

  •  1,845
    Elated replied

    Hi,

    Listing custom fonts from withing the theme options drop downs will require some custom coding, so easiest way to achieve this is with css font-face.

    Paste this code into Custom CSS field:

    @font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ }

    Just put absolute paths to your font files. Than use this code in CSS field

    body, h1{font-family: 'YourFont', sens-serif;}

    And style desired elements with appropriate fonts.

    Note that this won't adds font to the list inside Elated Options but you will have to use it through custom css code.

    Best Regards!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.