Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1223620

    Hello Support-Team,

    I need help with using WOFF-fonts with enfold.
    I found several tutorials in the support documentation…. What is the recommended way to use one fonts with enfold?

    Thanks in advance
    Birgit

    #1223683

    Hello Support-Team,

    ich habe jetzt das Theme und das Child neu installiert und die Schrift (1 Schriftschnitt) über die Import-Funktion als .zip hochgeladen (als woff und woff2). Der Font wird dort in “macosx” umbenannt (-> Wieso?), ich kann ihn auswählen, aber es wird ein anderer Font dargestellt.
    Die Schriftdatei (als woff und woff2) habe ich auch in meinem Child-Thema auf die Ebene der style.css und function.php gelegt.
    Wo liegt der Fehler?

    Danke im voraus!
    Birgit

    #1223688

    Hallo Support-Team,

    muss ich das noch in mein style.css schreiben? Oder erübrigt sich da mit der Import-Funktion.
    Wenn ja, wie heisst mein Font jetzt? “mark-bold-webfont” oder “macosx”?

    @font-face {
    font-family: ‘mark-bold-webfont’;
    src: url(‘mark-bold-webfont.woff2’) format(‘woff2’),
    url(‘mark-bold-webfont.woff’) format(‘woff’);
    }

    Danke!

    #1223853

    Hi birgitmetzger,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1225125
    This reply has been marked as private.
    #1225319

    Hi birgitmetzger,

    Can you please share the login link too?

    Best regards,
    Victoria

    #1225460
    This reply has been marked as private.
    #1225833

    Hi birgitmetzger,

    Best regards,
    Victoria

    #1225845
    This reply has been marked as private.
    #1225929

    Hi birgitmetzger,

    Best regards,
    Victoria

    #1225985
    This reply has been marked as private.
    #1226095

    Hi birgitmetzger,

    Where did you get the font zip? The thing is inside the zip there is a folder called macosx and so the theme thinks it’s the name of the font.

    I am from Ukraine and today I was able to access your website. Can you please share the zip file with us?

    Best regards,
    Victoria

    • This reply was modified 4 years, 11 months ago by Victoria.
    #1226363
    This reply has been marked as private.
    #1226397

    hi victoria,

    in the private content you will find an wetransfer-link with two zip-files.
    regards
    Birgit

    #1228356

    Hi,

    Sorry for the delay. You can only upload Google fonts in the theme’s font manager. If you want to use a custom font from a different source, use the @font-face rule.

    // https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Make sure to use the absolute or complete path of the font files.

    Example:

    @font-face {
      font-family: myFirstFont;
      src: url(https://site.com/exact/location/to/font/sansation_light.woff);
    }
    

    Best regards,
    Ismael

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