Hi wtflovelife,
Yes, you can change the font to Gill Sans. What you would need to do is add the following code to your "Quick CSS" option under Angular > Styling.
This snippet will change the headings only:
h1, h2, h3, h4, h5, h6, .hero-text, blockquote, legend, #top .slideshow_caption h1 {
font-family: "Gill Sans MT";
}
This will change the body text:
body {
font: 13px/1.65em font-family: "Gill Sans MT", "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
Also, you may find it necessary to change the "Heading Font" under Angular > Styling to "no custom font".
Regards,
Mya