Guten Tag
Wie kann ich die Adobe Schrift “Meta Corre Pro” in meine Webseite einbinden?
Ich habe den folgenden Code erhalten, den ich im Head einfügen müsste.
Ich weiss aber nicht, wie?
<link rel=”stylesheet” href=”https://use.typekit.net/mwh5kxw.css”>
Hey Claudia,
Please try this in your functions.php file, in a child theme:
function add_adobe_meta_corre(){
?>
<link rel="stylesheet" href="https://use.typekit.net/mwh5kxw.css">
<?php
}
add_action('wp_head', 'add_adobe_meta_corre');
Best regards,
Rikard
Hey Rikard
I inserted the code. However, the font cannot be selected yet. How should I proceed?
Claudia
I have the following informations (from adobe) added, but it does not work.
p {font-family: ‘ff-meta-correspondence-web-p’, sans-serif;
font-weight: 700;
font-style: normal;
}
Hi,
Did you verify that the stylesheet was added to your site? Please note that we can’t be responsible for problems with third party code. Also note that this won’t add the fonts in question to the theme options.
Best regards,
Rikard
Dear Ricard. Thanks for the answer. I will ask a specialist to embed the font for me. I myself understand too little of the CSS code. Many thanks for the quick reply. You can mark the topic as closed.
Hi,
Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard