Scalar 2 User's Guide

Customizing look and feel with CSS

Scalar allows you to customize the look and feel of your book with the Custom CSS fields available in the page editor and the Styling tab of the Dashboard. When you customize the CSS for a page, the changes are applied to that page only. If the page is a path, the changes are applied to all pages within the path as well. Custom CSS entered in the Dashboard affects the entire book.

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; }