infoway them font

Discussion in 'Announcements' started by ebalana, Feb 18, 2013.

  1. ebalana

    ebalana New Member

    Joined:
    Feb 16, 2013
    Messages:
    12
    Likes Received:
    0
    Location:
    Barcelona
    I have a problem with the font beacause is diferent in each page. I think that when I did cut and paste it keeps the html code. What can I do in order to have the same in each page. I like the infoway theme font
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #menu .ddsmoothmenu li a {
       
        font-family:'Arvo';
       
    }
     
    #menu .ddsmoothmenu li li a {
    font-family:'Arvo';
       
    }
     
    body {
        font-family: 'Arvo';
    }
       
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Arvo';
    }
     
     
    #featured ul.ui-tabs-nav li span h1 {
    font-family:'Arvo';
       
    }
     
    #featured ul.ui-tabs-nav li span p {
    font-family:'Arvo';
       
    }
    #featured li.ui-tabs-nav-item a {
    font-family:'Arvo';
       
    }
    #featured .ui-tabs-panel .info a.hideshow {
    font-family:'Arvo';
    }
     
    #featured .info h2 {
    font-family:'Arvo';   
    }
     
    #featured .info p {
    font-family:'Arvo';   
    }
     
    .slider_wrapper .infotag {
        font-family:'Arvo';
    }
     
    .slider_wrapper .infotag p{
    font-family:'Arvo';
    }
     
    .feturebox .featurebox_inner .featurebox_desc h2 {
    font-family:'Arvo';
    }
     
    .feturebox .featurebox_inner .featurebox_desc p {
    font-family:'Arvo';
    }
    .feturebox .featurebox_inner .featurebox_desc .readmore {
    font-family:'Arvo';
    }
     
    .signupForm h2 {
    font-family:'Arvo';
    }
     
    .signupForm .signinForm input[type="text"], .signupForm .signinForm input[type="email"] {
    font-family:'Arvo';
    }
     
    .signupForm .signinForm textarea {
    font-family:'Arvo';
    }
     
    .signinformbox1.widget h4 {
    font-family:'Arvo';
    }
     
     
    #carousel-full .carousel-posts li p {
     
    font-family:'Arvo';
    }
     
    #carousel-full .carousel-posts h6 {
    font-family:'Arvo';
    }
     
    .testimonial h2 {
    font-family:'Arvo';
    }
     
    .footer .footer_widget h4 {
    font-family:'Arvo';
    }
     
    .footer-bottom .copyrightinfo {
    font-family:'Arvo';
    }
    
    Inplace of 'Arvo' you can put your font.

    This will solve your issue.
     
  3. ebalana

    ebalana New Member

    Joined:
    Feb 16, 2013
    Messages:
    12
    Likes Received:
    0
    Location:
    Barcelona
    I'll try to do it I!!;) I did but It did n`t like the font I prefere the want is the font from the them are you sure is Arvor the same font I want :cool:
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. kereinfoway001

    kereinfoway001 New Member

    Joined:
    Feb 28, 2013
    Messages:
    2
    Likes Received:
    0
    I 'm kere i want you show me how can i add rtl code to my infoway theme
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    We have added the RTL feature in the Latest version of Infoway theme.
    Please download the upgade version of Infoway Theme from members area and update your theme.
    This will solve your problem.

    For the reference, see the link given below
    http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/
     

Share This Page