Font Weight in Nirvana-Settings

  • Author
    Posts
  • #77898
    drwolfsherz
    Power User

    Hello there,

    I am missing an option to set the font weight in Nirvana.
    Already tried the following in the Google-Font Field: Open+Sans:800 but this does not change the font weight unfortunately.

    Any help on this matter?
    Thank you!

    Website: drwolfsherz.net

    #77993
    Zed
    Cryout Creations mastermind

    Nirvana does not support setting the font weight through the options. You will need to use custom styling for that – which font option do you need the custom weight on?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77998
    drwolfsherz
    Power User

    Oh, that is unfortunate 🙁 Is there a chance you can make this possible in future updates?

    For now I would require font-weight changes in all Title-Fonts and Headings:

    – Post Title
    – Widget Title
    – Site Title
    – Headings Font

    #78115
    drwolfsherz
    Power User

    I know, there is priority support for a reason. But can you help?

    #78376
    Zed
    Cryout Creations mastermind

    Use the following CSS:

    
    /* post titles */
    #content h1.entry-title a, #content h2.entry-title a,
    #content h1.entry-title, #content h2.entry-title {
       font-weight: ...;
    }
    /* widget titles */
    .widget-title, .widget-title a {
       font-weight: ...;
    }
    /* site title */
    #site-title span a {
       font-weight: ...;
    }
    /* headings */
    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
    .nivo-caption h2, #front-text1 h1, #front-text2 h1, h3.column-header-image, #comments #reply-title {
       font-weight: ...;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Font Weight in Nirvana-Settings’ is closed to new replies.