Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1488417

    HI
    I am trying to use Adobe font Moret on my site.
    I made a project that with this embed code: <link rel="stylesheet" href="https://use.typekit.net/apd4mpy.css">
    and have tried to use the code in my child theme functions.php:

    function av_add_typekit_stylesheet() {
        echo ' 	<link rel="stylesheet" href="https://use.typekit.net/apd4mpy.css">';
    }
    add_action('wp_head', 'av_add_typekit_stylesheet');

    but I’m not seeing the fonts listed. Do I need to use some css also?
    I
    I have already uploaded some Moret font files that don’t include the extra characters I need.
    They are listed on my fonts but I don’t see any new adobe font listing. Do I need to delete them to get the other fonts?
    I also tried using the custom adobe font plugin but that didn’t work either.

    Can you help me set this up correctly?
    Thanks
    Nancy

    • This topic was modified 19 hours, 20 minutes ago by Munford.
    • This topic was modified 19 hours, 19 minutes ago by Munford.
    #1488438

    Hey Munford,

    You are only importing a CSS, that won’t add the fonts to any lists in the theme options. You would have to use custom CSS to use your fonts: https://www.w3schools.com/cssref/atrule_font-face.php

    Best regards,
    Rikard

    #1488441

    thanks – got it working
    Nancy

    • This reply was modified 1 minute ago by Munford.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.