badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Adding/Using own fonts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4052
    Dominik
    Participant

    Hi,

    I would like to know, how I can use my own font from my corporate design. I am missing some popular
    fonts like Arial, Avenir oder Helvetica. Is there a way to use them. Maybe via CSS?

    Kind regards

    #4061
    Sanjip Shah
    Participant

    @Dominik You can use the following custom css.

    /* Content */
    body, 
    input, 
    textarea,
    .slogan-wrap .slogan span { 
    	font-family: "Arial";
    }
    
    /* Navigation */
    #access a,
    #access select { 
    	font-family: "Open Sans";
    }
    
    /* All Headings/Titles */
    h1, h2, h3, h4, h5, h6,
    #site-title,
    #site-description,
    .featured-text .featured-title,
    .slogan-wrap,
    .entry-title, 
    .custom-gallery-title {
    	font-family: "Chiller";
    }

    You can use the font of your choice instead. The first part, second and third part is for content, menu and titles respectively. You can also separate the selectors as per your need. Hope this helps.

    #4063
    Dominik
    Participant

    ok, thank you very much for the quick answer!

    #4066
    Dominik
    Participant

    and which one is for the bottom of the business layout site?

    #4079
    Sanjip Shah
    Participant

    @Dominik There’s no different font according to top, middle or bottom part. Any titles, contents etc, in the whole page are controlled by their respective css.

    #4735
    Dominik
    Participant

    It works all fine. But I have another question:

    How do I add alternative fonts in the CSS code if the font is not installed?
    How many alternative fonts can I choose?

    Kind regards

    #5073
    Sanjip Shah
    Participant

    @Dominik You can use three fonts with our pro theme one for titles, one for content and one for navigation menu.
    You can add other fonts as well. Please view this link http://www.google.com/fonts#QuickUsePlace:quickUse/Family:.
    You will see ‘Add this code your site’ section. Paste that in the Header Script part of the Webmaster tools in theme options.
    This will load the font then you can use the custom css to use this font.

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