How to change font (imbalance2 theme)
-
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 ?
- The topic ‘How to change font (imbalance2 theme)’ is closed to new replies.