Applying CSS custom font
Hi,
I'm an absolute newbie so I apologize for this very basic question.
I searched the forum but did not find a solution for my question
I put the following in the custom css section of the BE template:
@import url('http://fonts.googleapis.com/css?family=Indie+Flower);
.MyLineSeparatorFont{
font-family: "Indie+Flower";
}
Now, I thought if I added the 'MyLineSeparatorFont' to a css box of an object, the text in it would be in the desired font, but nothing seems to happen.
What am I doing wrong?
Comments
as far as we know this import won't work. We got section inside theme where you can upload custom fonts and this is the only section where you can upload them. But if you want to use Google font, please select this font from font's list included into muffin options panel.
Thanks!