Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #3529750
font size
Closed

Comments

  • hyperghahve started the conversation

    hi i want use rem for my font size website . can you help me please ?


  •  5,055
    Michael replied

    Hi,

    Unfortunately by default the theme doesn't have this option. But you can use the custom CSS to set the font size you want.

    For example:

    body h1, 
    body .title-h1, 
    body .gem-style-text.title-h1 {
        font-size: 2.5rem;
    }