• Resolved buzzer222

    (@buzzer222)


    How can I change the font style to Century Gothic?
    I’d like to have this as a general font style.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi @buzzer222

    Customize / Additional CSS

    Please add the following style

    
    #bd *{
    	font-family:'Century Gothic','Futura',san-serif;
    }
    

    Note

    This setting works only on the computer on which the Century Gothic font is installed.

    There is also a way to use WEB font similar to Century Gothic.

    Customize / Additional CSS

    Be sure to add it to the first line

    
    @import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
    
    #bd *{
    	font-family:'Century Gothic','Futura','Didact Gothic',san-serif;
    }
    

    Thank you.

    Theme Author nobita

    (@nobita)

    @buzzer222

    Have you solved this customization?

    Don’t know about buzzer222 but for me this worked perfectly. Thanks ??

    Theme Author nobita

    (@nobita)

    Hi @sciowp

    I am happy to help you

    Thank you.

    @buzzer222

    I waited for a reply from you, but since I have no reply, I will change it to resolved.

    If you have any questions on this subject, please post a new post. ??

    Thank you.

    • This reply was modified 6 years, 11 months ago by nobita.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change font style to Century Gothic?’ is closed to new replies.