Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1459864

    Hallo,

    ich möchte eine Adobe Font auf meiner Website benutzen. Ich habe sie über das Fonts Plugin geladen, dennoch sehe ich sie nicht in meinen Schriften. Wo finde ich die, bzw. wie kann ich sie benutzen?

    Auf der Seite von Adobe, steht ich soll diesen Link
    <link rel=”stylesheet” href=”https://use.typekit.net/uxp5akm.css”&gt;
    im head meiner html einfügen. Wo mache ich das und wo finde ich dann die Schrift.

    • This topic was modified 3 months ago by Lin84.
    #1459865

    was genau hast du hochgeladen? den Font selbst – einen Ordner mit dem Font darin? oder doch ein zip file mit besagtem Ordner?
    Welches Format hat dein Font file?

    #1459867

    Ich habe sie eigentlich gar nicht hochgeladen, sondern nur aktiviert auf der Adobe Seite, die mit meiner WordPress Installation verbunden ist.
    Siehe Screenshot.

    #1459878

    Hi,

    Thanks for the screenshot. I’m not sure how that plugin or font imports are supposed to work, but it’s not compatible with the theme options. If there are instructions on how to import the font using CSS, then please try following that.

    Best regards,
    Rikard

    #1459925

    Hi,
    Auf der Adobe-Seite steht ich soll diesen Link
    <link rel=”stylesheet” href=”https://use.typekit.net/uxp5akm.css”>
    im head meiner html einfügen. Können sie mir vielleicht sagen, welche Datei damit genau gemeint ist, oder was sie probieren würden.
    Leider kann man die Adobe Schriften so an sich nicht herunterladen.

    Oder diesen Code habe ich auch noch. Weiss aber nicht genau wo ich den einfügen muss.

    <style>
    @import url(“https://use.typekit.net/uxp5akm.css&#8221;);
    </style>

    • This reply was modified 3 months ago by Lin84.
    #1459963

    Hi,

    You can place that in header.php, or use a function in functions.php:

    function lin84_adobe_fonts(){
        ?>
        YOUR SCRIPT GOES HERE
        <?php
    }
    add_action('wp_head', 'lin84_adobe_fonts');

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.