It would be really nice to easily add ALL the Google fonts, or at least ones we want to use that aren’t listed.
Is there any way to do this short of going in and editing a bunch of PHP code?
]]>Hi there!
I’m using the latest wordpress Version 5.2.1 and recently installed your plugin. After adding some google fonts (arvo, leto, merriweather etc.) I noticed that upon creating a new post and typing some text the new fonts are not being applied. The standard fonts work without any issue but applying the new fonts does not yield any effects.
Do you have an idea what might be causing this? All plugins etc. are up to date – I’m using the latest version of the Generate Press Premium design.
Best wishes
]]>Hi
After plugin activation my site stop wotking – I’m getting error 500. No Dashboard, no site content – nothing, even after manually deleting from plugins folder. Im using WP 5x – how can I remove your plugin with anty settings?
]]>I’m working on upgrading all my clients to the latest WP version 5 with Gutenberg. I’m going through and finding all the plugins that are not yet compatible.
“KVTinyMCE Editor Add Fonts” is one that is not compatible yet. Are you planning on updating any time soon?
Thanks, Steve
]]>Hello
With this small plugin I were able to write down several google fonts that I use on my website and empowered my text bock by TinyMCE font family drop-down tool to customize each are of text, however, I can’t change font-weight even though, your googlefonts.php have font weights compiled in it.
Am I missing something does your plugin allows changing font-weight as well?
Ares
]]>To keep the old font list, you can change the plugin codes with these lines.
kv_fonts.php – line 179
function kv_custom_font_list($in){
if ( get_option( 'KvcodesGoogleFonts' ) !== false ){
$KvcodesGoogleFonts = get_option( 'KvcodesGoogleFonts' );
$kvfont_formats= '';
foreach($KvcodesGoogleFonts as $singleFont){
$kvfont_formats .= $singleFont.'='.$singleFont.';';
}
$kvfont_formats.= '---------------=none;'
.'Andale Mono=Andale Mono, Times;'
. 'Arial=Arial, Helvetica, sans-serif;'
. 'Arial Black=Arial Black, Avant Garde;'
. 'Book Antiqua=Book Antiqua, Palatino;'
. 'Comic Sans MS=Comic Sans MS, sans-serif;'
. 'Courier New=Courier New, Courier;'
. 'Georgia=Georgia, Palatino;'
. 'Helvetica=Helvetica;'
. 'Impact=Impact, Chicago;'
. 'Symbol=Symbol;'
. 'Tahoma=Tahoma, Arial, Helvetica, sans-serif;'
. 'Terminal=Terminal, Monaco;'
. 'Times New Roman=Times New Roman, Times;'
. 'Trebuchet MS=Trebuchet MS, Geneva;'
. 'Verdana=Verdana, Geneva;'
. 'Webdings=Webdings;'
. 'Wingdings=Wingdings, Zapf Dingbats;';
$in['font_formats']= $kvfont_formats;
]]>
This plugin is great for adding the google fonts, however how do I still get the standard fonts that my site is built on (Like Georgia for example)?
]]>Hi
very nice plugin
How can i add a font i am looking for candara
regards
]]>I need to add Google Font “Georgia” to my TinyMCE Advanced
Ubuntu is listed but without any nuanced control of the font family or its weights.
Help, please.
Hi, I keep getting this ‘Failed to load content css: https://fonts.googleapis.com/css?family=Amatic+SC:300%2C400%2C700’ error ever since I update to WordPress 4.8. How should we fix this?
]]>I like this plugin, nice and easy to use.
After installing plugin and selecting some of the Google fonts, standard WordPress fonts disappeared from drop down menu in ThinyMCE Advanced, showing only new selected fonts. In the font selection menu in the plugin, fonts like Georgia for instance, can’t be selected. I would like standard fonts to remain in the drop down list, just to add some new. Is that possible?
Hello,
After installation the Font family select list is not shown. I have active the TinyMCE Advanced plugin.
]]>Hi,
i have installed plugin in my WordPress site,my actual requirement is to add Indian fonts especially malayalam
I try to add Fjalla One to the plugin for about a day now. It shows up in the dropdown menu, but cant be selected…all other fonts I add work. Whats going on there?
]]>The plugin works to put Google fonts in the TinyMCE list and they are applied in the editor view, but when I publish the page the assigned text shows up as a default font in the user view.
I’ve documented with images in this post
https://new.mtadamschamber.com/font-examples/