How can I use "Book Antiqua" font?

  • Tess
    Asked on July 17, 2016 at 12:48 PM

    I want to use "Book Antiqua" how do I do this?

  • Jan
    Replied on July 17, 2016 at 4:42 PM

    This font is not part of Google Fonts. You can use this custom CSS code to use that font.

    .form-all {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    }

    Please take note that this will make all the fonts in the form in "Book Antiqua". Here's a guide on how to inject custom CSS.

    For a list of CSS web safe fonts, click here.