Google Fonts Support, Please!!!!!!
Quote from d.sanc on August 22, 2017, 7:30 amI 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!
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!
Quote from Asgaros on August 29, 2017, 8:32 pmHello 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.
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.