• Hi ! I’m struggling to change font family on the IMbalance theme.
    Tweaking the style sheet I had good results on the menus and on the archive pages built automatically.
    For the content, no success so far.
    Here is the code I’ve added .. I’ve been adding font-family almost everywhere but nothing is changing. Am I going crazy ?

    html, body, form, ul, li, table, td { margin: 0; padding: 0; font-family: “HelveticaNeue-Light”, “Helvetica Neue Light”, “Helvetica Neue”, Helvetica; }
    body { position: relative; color: #333; font-family: “HelveticaNeue-Light”, “Helvetica Neue Light”, “Helvetica Neue”, Helvetica; }
    body, input, textarea { font-size: 18px; font-family: “HelveticaNeue-Light”, “Helvetica Neue Light”, “Helvetica Neue”, Helvetica ; }

    Any clue about it ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you post a link to your website, or Pastebin.com your HTML and CSS code for one relevant page?

    Thread Starter akinabooks

    (@akinabooks)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The font has changed and shown; I’m using Chrome 21.0.

    I distinctly remember Internet Explorer below version 8 having problems loading Helvetica.

    Thread Starter akinabooks

    (@akinabooks)

    thanks !
    I’ve changed the ui style in helvetica neue bold and rest was still in helvetica plain .. thanks !

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Another option opposed to loading Helvetica Neueu Bold font is to use the CSS;

    font-weight: bold

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change font (imbalance2 theme)’ is closed to new replies.