Adding non-listed Font

hi, in the head section where you put the css, you also need to surround the h1 line that you have shown so that it is like:

<style>h1 {font-family:"Judith"!important;}</style>

Try that and see if then it works for you.

Cheers