The easiest way is override default font settings in file override.css and use Century Gothic in
font declaration. Code should be similar to this :
- Code: Select all
body, p {font-family: Century Gothic, sans-serif; }
selectors body, p you need to change to your own.