Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #531704

    Hello,

    I have import in my style.css this two Google fonts:

    @import url(//fonts.googleapis.com/css?family=Francois+One);
    @import url(//fonts.googleapis.com/css?family=Fjalla+One);

    But fonts are not applied on main navigation menu and h2 headlines. I need to use !important on all classes and that is not a solution.

    Also, slider on iPad should start after header, and it’s starting from the top so it’s not covering the whole page..

    #532305

    Hi bogosavljev!

    Thank you for using Enfold.

    Please use this filter in order to register additional google fonts: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Regards,
    Ismael

    #532913

    Hello Ismael,

    I have apply code from that page, but on iPad/iPhone simple won’t work. It’s display default Open Sans font. I have change heading font and font for body text in General Styling, but same, no changes. On desktop is OK, just on iPad and iPhone is not applied.

    And why slider is not starting after header section?
    Now it’s overlapping with header… Should be like here: http://dev.bogosavljev.com/

    This drive me crazy…

    #533274

    Hi,

    It’s showing the correct font on my end using ipad mini/chrome, are you sure you are not getting cached results?

    Regards,
    Rikard

    #533583

    Hello Rikard,

    in screenshot (http://i67.tinypic.com/xlc9if.jpg) you can see how it’s displayed on my iPad Air… http://bogosavljev.com/start/

    and how should look at: http://dev.bogosavljev.com/

    I have clear my cache in Safari and Chrome as well…

    #533866

    Hi,

    Ok, so which one should we check? Both sites looks like this on my end: http://imgur.com/W5HEecJ

    Best regards,
    Rikard

    #534898

    Hello Rikard,

    this is totally strange. Really don’t know what is issue, but on both my iPad Air and iPhone 6 font is not applied. I have clear the cash on both devices…

    Anyway, can you check also why slider is not showing after header section? Currently is shown under the header.

    #536748

    Hey!

    about which slider are you talking about? can’t find any sliding images. Can you highlight using screenshots your intentions please?

    Best regards,
    Andy

    #536761

    It’s just that one big image used in Fullscreen Slider

    Login and check this page – http://bogosavljev.com/homepage/home-v7-one-page-portfolio/

    #537819

    Hey!

    Please add this in the Quick CSS field in order to fix the font issue on MAC products:

    h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta {
        font-family: 'Francois One', "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }
    
    body {
        font-family: 'Merriweather', serif !important;
    }

    Remove browser cache then hard refresh the page.

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.