• Resolved simonjudge

    (@simonjudge)


    Hi

    Thanks for creating this plugin. It works well.
    I have a question about the fonts.
    Is it possible to just use the default font used in the WordPress theme rather than a custom one?

    i.e. None of the fonts look exactly the same as the one I am using with my theme.

    Thanks

    Simon

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jürgen Müller

    (@juergen74)

    Hi simonjudge,

    if the font is not in the typography settings, which are all available google fonts, your only option is to add some custom css.

    In the advanced tab you can add a css class to your quote. eg QUOTE CSS CLASS(ES): la-quote my-font
    then add some custom css like:
    .my-font {
    font-family: whatever-theme-font-you-are-using !important;
    }

    Hope that helps.
    What theme have you installed, and what default font does it use?

    Best wishes
    Jürgen

    Thread Starter simonjudge

    (@simonjudge)

    Thanks for your help.
    Simon

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Use theme default font’ is closed to new replies.