Letter sizing problems!

Hi! :slight_smile:

I need some help with the character sizing on my homepage! I want to get larger text but not thicker, so I cant use the “Header x” option because it changes the font thickness :stuck_out_tongue:

Could somebody help me with this? I would have appreciated it greatly! :smiley:

-Nikolai

Hi

I don’t know what your exact situation is, but generally what can help is:

  • choose a font family that has light / thin variants
  • use these variants instead the regular variant (with the font-weight CSS property - usually the values between 100 and 300 will be your friend)
  • with these slimmer variants your fonts won’t get thicker when you increase its size

Be aware that the font-weight CSS property doesn’t work with all fonts!
http://www.w3schools.com/cssref/pr_font_weight.asp

If you can share the URL . I can help you.