Change Font in Massively theme

Post Reply
crizzle
Jr. Bludit
Posts: 2
Joined: Sun Oct 01, 2023 10:39 pm
Has thanked: 1 time

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
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Can you please give a link to the installation.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
CCDzine
Ssr. Bludit
Posts: 10
Joined: Thu Sep 07, 2023 11:49 pm
Location: Sierra Nevada Mountains, Califonia
Has thanked: 3 times
Been thanked: 6 times
Contact:

Did you do a hard refresh in the browser to replace the cached stylesheet?
Greg Sweet
crizzle
Jr. Bludit
Posts: 2
Joined: Sun Oct 01, 2023 10:39 pm
Has thanked: 1 time

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!
Post Reply