Please or Register to create posts and topics.

Google Fonts Support, Please!!!!!!

I absolutely love this software. It’s nearly perfect and I like it much better than bbPress (in answer to your little survey that I saw in my dashboard earlier – lol!) but it’s missing something.

I use a plugin called “Easy Google Fonts” and would absolutely love similar functionality in your plugin so that I can blend it with my theme. The plugin doesn’t work with your forum. I noticed other themes don’t style it either (*this also happens in bbPress*). I’m not a CSS/HTML guru and I am *still* trying to figure out how to do it manually. I feel this would be an awesome addition to your plugin!

PLEASE CONSIDER (and try that plugin on a localhost install to see what I’m talking about using a free theme). Thanks much and again – AWESOME PLUGIN MAN!

Hello d.sanc,

I have to provide some default font-family in case it is not defined inside a custom theme. If you want to override it, you have to add the following CSS to your themes style.css file:

#af-wrapper {
    font-family: NAME_OF_YOUR_FONT !important;
}

I can not add third-party-plugin-code to the core because it would make the entire plugin not maintainable anymore if I start to do this for a lot of plugins.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!