Page 1 of 1

Change Font in Massively theme

Posted: Sun Oct 01, 2023 10:46 pm
by crizzle
Hey there!

I tried to change the fonts of the Massively theme but it does not work. I only want to change the Merriweather font since I dont like fonts with serifs.

The first thing I tried was to change the /assets/cs/main.css

I changed

Code: Select all

@import url("https://fonts.googleapis.com/css?family=Merriweather :300,700,300italic,700italic|Source+Sans+Pro:900");
to

Code: Select all

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic,700italic|Source+Sans+Pro:900");
but nothing happened.

Then I changed every line in the same CSS file that had to do with the font and contained the name "Merriweather " (just two or three).

Any idea what I did wrong?

I tried different fonts not just Source Sans Pro.

Maybe someone can help.

Cheers,
crizzle

Re: Change Font in Massively theme

Posted: Mon Oct 02, 2023 10:52 am
by Edi
Can you please give a link to the installation.

Re: Change Font in Massively theme

Posted: Mon Oct 02, 2023 12:02 pm
by CCDzine
Did you do a hard refresh in the browser to replace the cached stylesheet?

Re: Change Font in Massively theme

Posted: Mon Oct 02, 2023 3:08 pm
by crizzle
CCDzine wrote: Mon Oct 02, 2023 12:02 pm Did you do a hard refresh in the browser to replace the cached stylesheet?
that did the trick! thank you!