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 #2068538
Fonts changing does not work
Closed

Comments

  • PolR started the conversation

    Hi,
    I'm trying to make a website with your theme, and I want QUICSKAND Google font in all the site.

    I selected it on all the parts on ELATED OPTIONS when I can choose it, but menu fonts and other parts (as h4) stills without changing.
    Why?

  •  1,845
    Elated replied

    Hi there,

    Welcome to your support management and thank you for choosing our theme!

    Easiest way to add some custom font is with CSS @font-face. Paste following code into Appearance > Customize > Additional CSS:

    @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 */ }

    and set absolute paths to your font files, and make sure that you have several different file formats because different file formats will be loaded by different browsers. This is important and more can be found in this article https://css-tricks.com/snippets/css/using-font-face/

    Finally style desired elements with css code, so some basic knowledge is required for that part. Example:

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

    Please understand that this won't add font to the list inside Theme Options > Fonts.

    The issue you seem to be having is that you are not targeting all of the elements that need to be changed. In order to fix this simply update the css code above to include all the element tags of the elements that are not changing fonts.

    If you need help with this please let us know which elements exactly are not changing and we will provide you with the necessary css code. If possible please include screenshots and links to the pages in question so that we could provide you with a more precise answer.

    Also, it would be helpful if you provide us with your wp-admin details(in a private ticket) so we can log in and investigate this further.

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.

  • PolR replied

    Thanks!

  •  1,845
    Elated replied

    Hi again,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.

    Thank you in advance.

    Kind regards,

    Sean


    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.