Customizing look and feel with CSS
Here are some basic styles you may want to customize:
| Styles | |
|---|---|
| Heading font | .heading_font { font-family: 'Lato', Arial, sans-serif !important; } |
| Body font | .body_font { font-family: Georgia, Times, serif !important; } |
| Styles | |
|---|---|
| Heading font | .heading_font { font-family: 'Lato', Arial, sans-serif !important; } |
| Body font | .body_font { font-family: Georgia, Times, serif !important; } |