Replies: 0
Hello
I would like to change the font without using Kirki.
Instead I would like to use Simple Custom CSS.
But how do I change font on a page?
I guess it’s related to the maincontainer id?
Tried using
#maincontainer {
font-family:sans-serif,verdana;
}
but nothing happens.