I have added some custom css to change the fonts used in the intro as per the Gavick instructions (https://www.gavick.com/documentation/jo ... creativity), and it works but as the slide changes the text flickers back to the default font.
I used the following code in the custom css box:
h1.loaded {
font-family: 'Libre Baskerville';
font-style:italic;
font-size:50px;
color:#FFFFFF;
}
I am still developing on a local server so I can't post a url sorry.