The problem was fixed with the same solution as another problem (The “Use of undefined constant error”, which you said was no big deal, and probably wasn’t). Anyway the two problems had the same cause. So it is good to add the lines below in wp-config.php. Might be useful for other users too.
You do give great support. I very much appreciate your replies.
Marc
I replied in the other forum topic:
I have managed to solve the problem. The trick is to add these lines to the top of wp-config.php:
define( ‘FS_METHOD’, ‘direct’ );
define( ‘FS_CHMOD_DIR’, 0777 );
define( ‘FS_CHMOD_FILE’, 0777 );
The notices are gone, fonts are displayed correctly, google fonts are available under theme options now and the fonts on the slider look good even with the admin bar hidden.