• Hello,

    I am using i-excel and i want to change default fonts
    How to change default theme fonts to google one or my computer fonts ?

Viewing 1 replies (of 1 total)
  • Theme Author marsian

    (@marsian)

    You will have to overwrite the default style, that is

    
    body {
      font-family: "Open Sans",Helvetica,sans-serif;
      font-size: 14px;
    }
    

    replace the font-family, to include google fonts use plugins like “Easy google fonts”

Viewing 1 replies (of 1 total)
  • The topic ‘How to change default theme fonts to google one or my computer fonts ?’ is closed to new replies.