Hi Team -
I have Google fonts that I want to use for my Location and Professional Pages. Can I import them? What are the steps to do so?
Thanks!
Alyssa
Hi Team -
I have Google fonts that I want to use for my Location and Professional Pages. Can I import them? What are the steps to do so?
Thanks!
Alyssa
@jbutler Thanks for the solution here!
You can use Google Fonts in the overall Design CSS. For example:
@import url(‘https://fonts.googleapis.com/css2?family=Muli:wght@400;600;700&display=swap’);
And then reference it in the modules as needed. For the above example:
font-family: “Muli”