Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1376487

    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”&gt;

    #1376523

    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

    #1376543

    Hey Rikard

    I inserted the code. However, the font cannot be selected yet. How should I proceed?

    Claudia

    #1376565

    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;

    }

    #1376567

    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

    #1376571

    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.

    #1376583

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adobe Schrift einbinden’ is closed to new replies.