To insert code use <code>...</code>.
Symplex Theme - Which font is used on the testimonials?
  • I want to change the font of my site to that of the testimonials, can you tell me how?
  • 3 Comments sorted by
  • Hi

    You can change the font style by the css code below:

    .main blockquote{
    font-family:'……'; /*add the font style by yourself*/
    }

    If you want to use fontface or google font, you need add the code in 'Symplex->FontFace' or 'Symplex->Google Font', or you can add it in 'Symplex->Custom'.

    Please make sure the font file has already in your server and has been enabled.

    Regards
    JimbaChen
  • sorry, didn't explain myself that well - what is the font used for the testimonial, i want to use it as the main font on my site? thx
  • We don't use special font in testimaonial. Only use 'italic' there.
    If you don't want to use that, you can add the custom css code below:

    .main blockquote{
    font-style:normal;
    }