Tagged: Fonts
-
AuthorPosts
-
February 4, 2016 at 12:26 am #577428
Hi
ich habe mir das Plugin ‘Easy Google Fonts’ installiert. Dann habe ich nach der Anleitung http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ im functions.php am Ende dem html-Text eingefügt, doch leider passiert nix. (siehe eingefügter Abschnitt unten)
Hab ich etwas falsch gemacht? Ist die Leerzeile über add_filter(… zuviel oder fehlt da noch was davor, z.B. // oder * (erste Zeile ist noch die letzte Zeile aus dem Original der functions.php – Datei.)
Oder ist das doch alles richtig? Oder nur doppelt gemobbelt? In den Einstellungen von Easy Google Fonts ist unter advanced ein API-Key zu validieren, doch wo in Gottes Namen finde ich den? Vielleicht ist da ja der Fehler, dass ich keinen API eingegeben habe?// add_theme_support(‘avia_template_builder_custom_css’);
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Julius Sans One’] = ‘Julius Sans One:400’;
$fonts[‘Marcellus SC’] = ‘Marcellus SC:400’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Marcellus SC’] = ‘Marcellus SC:400’;
$fonts[‘Julius Sans One’] = ‘Julius Sans One:400’;
return $fonts;
}Danke im Voraus für Unterstützung.
gruß
VivFebruary 5, 2016 at 8:40 pm #578742Hey Vivian!
klappt es denn wenn du alle Plugins deaktivierst? gehe sicher, dass du Enfold v3.4.7 verwendest und die aktuellste WordPress Version. Ein Link und Admin Zugang wären hilfreich, um genauer zu checken was da los ist.
Gruß!
AndyFebruary 5, 2016 at 11:21 pm #578840Hi Andy,
mittlerweile hatte ich Easy google Fonts als Plugin installiert, doch beißt es sich anscheinend mit der Fontauswahl über das Enfold.
Ich bin unsicher, wie ich das im functions.php eingeben muss, ob da noch irgendwas davor muss (* oder //). Ich bin html-Laie. :-)
Ich hätte nämlich gern eine Schriftart, kann auch sowas gut lesbares wie Arial oder Open Sans sein, die es auch als Variante Kapitälchen (small caps) gibt oder kann man jede Schriftart in small caps darstellen?
Alegreya Sans SC ist mein Favorit, in 400 normal, 500 medium, 700 bold und 800 extra bold.
Danke im Voraus..
Gruß
VivP.S.: Admin im private content..
February 8, 2016 at 3:12 pm #579677Hi!
Can you please post the username for the admin logins as well so we can add the font for you? :)
Best regards,
YigitFebruary 8, 2016 at 3:17 pm #579679see the information in the private mail..
February 8, 2016 at 3:25 pm #579682Hey!
Alegreya Sans SC font family with 400,500,700,800 font weight was added. Please review your website now.
Best regards,
YigitFebruary 8, 2016 at 3:32 pm #579690Thanks a lot..
February 8, 2016 at 3:36 pm #579694Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Easy Google fonts’ is closed to new replies.