• Resolved el55no57bru

    (@el55no57bru)


    Hi to everybody, I have a problem on visualizing the font “Century Gothic” chosed as default font for the site in construction with Ultra theme (very usefull). I setted the font in the customization/typography panel in “Standard web fonts/Century Gothic” and with some lines in the css custom pannel (.main-navigation ul li a).
    I tested it in my workstation and I could see correctly the text font.
    In my laptop not, I noticed that the font “Century Gothic” where not installed in the system, once installed the font where correct.
    Tested on smartphone i can not see the font; it display default sans serif font.
    I scare in others devices it will be not possible to display the font, somebody can see it? Any suggestion about my issue?
    Thank you very much un advance, sorry for my bad english
    Bruno

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi Bruno

    Thanks for posting. Unfortunately, Century Gothic isn’t available as a free web font. Here are a few alternatives you could consider: https://intavant.com/blog/2012/century-gothic-web-font-alternatives/.

    To use Muli, for example, you could add to Custom CSS:

    @import url('https://fonts.googleapis.com/css?family=Muli');
    
    .main-navigaion ul li a {
    	font-family: 'Muli', sans-serif;
    }
    Thread Starter el55no57bru

    (@el55no57bru)

    Hi Andrew, thanks for your quick answer and the tip for the css; I will try with alternative fonts.
    Any way thanks a lot even for the very good theme: clean, solid and customizable.
    Bruno

    Theme Author Andrew Misplon

    (@misplon)

    For sure ?? Thanks for your support. If any further questions arise, please let me know.

    All the best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘font century gothic not displayng on mobile’ is closed to new replies.