Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
791 views
in Q2A Core by
I would like to use Google fonts on my site.

How can I do that?

Can someone guide me step by step?
Q2A version: 1.5.4

1 Answer

+1 vote
by

1. Go to Google fonts and choose what you want.

2. Copy the provided CSS into your CSS file (qa-styles.css).

3. Wherever you have font definitions, change it to your selected font, e.g. font-family: 'Open Sans', Arial, sans-serif;

...