Before you ask please READ THIS

Two OSWALD font types in one headline

edited May 2013 in Skyfashion Posts: 36
How do I - as in demo - get the "large black" and "light grey small" fonts in one title headline?

Cheers,

Hughes

Comments

  • Posts: 493
    Hi Hughenry,

    Please send me a screenshot with this object and i will try to explain how to set this fonts.

    With regards
  • Posts: 36
    I want

    WORLD LITERATURE TODAY - in large font (as is)

    and

    | MAY/JUNE 2011 - smaller, light grey

    as in demo.
    Bild 8.png
    622 x 373 - 149K
  • Posts: 493
    Hi Hughenry,

    For headers - "Oswald"
    For content - "Merriweather"

    Let me know if it works

    With regards
  • Posts: 36
    Sorry, misunderstanding - I want OSWALD in header - but in two different styles

    LARGE AND DARK | small and light
    Bild 9.png
    342 x 98 - 10K
  • Posts: 493
    Hi Hughhenry,

    They are both Oswald.

    With regards

  • Posts: 36
    I KNOW there are Oswald, I wrote this in my headline.

    I want to know, HOW do I get them IN TWO SIZES in a POST TITLE...
  • Posts: 493
    In post title you can only use one type of font.

    With regards
  • Posts: 493
    Hughhenry,

    I have been trying to resolve your problem at night and i found a way to do it.

    In your wordpress in title line for words with other styling add span tag.
    For example:
    My big font <span> smaller font </span>
    After that add to your style.css file line:
    h2.post_title span { 
    font-size: <your size in px>; //example 11px
    color: <your color in hex>; //example #C0C0C0
    }
    let me know if it works

    With regards
  • Posts: 36
    Sorry, Argone, it did not work - here my style.css with the added line at the end:

    /*
    Theme Name: Skyfashion
    Description: Made by Apollo13.
    Get support from Forum.
    Author: Apollo13
    Author URI: http://themeforest.net/user/apollo13
    Version: 1.8
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Theme URI: http://themes.apollo13.eu/skyfashion/
    h2.post_title span {
    font-size: 11px
    color: #C0C0C0
    }
    */

    Is it really style.css to change or another file?
    Regards, Hughhenry
  • Posts: 36
    I tried in style-light.css but with no result...
  • Posts: 36
    YES!!

    Got it working - it was the style-light.css, I put in:

    h2.post_title span {
    font-size: 16px;
    color: #C0C0C0;
    }


    Thank you!!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!