We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2689103
Fonts
Closed

Comments

  • Finisher23 started the conversation

    Hello, 

    I want to use DM Sans font, how can i make this possible?

    It doesn't exist in theme options.

  •  2,557
    Support replied

    Hi,

    You need to add into platform/themes/september/functions/functions.php

    app()->booted(function () {
        config(['core.base.general.google_fonts' => array_merge(config('core.base.general.google_fonts', []), ['DM Sans'])]);
    });

    Then you can select font DM Sans.

    We will update our list Google fonts in the next version.

  • Finisher23 replied

    Hi,

    Thank you for reply. I made it, but site appears with sans-serif font, DM Sans doesn't load. How can i fix this?


  •  2,557
    Support replied

    Hi,

    It's a bug from us, please extract the attachment and replace file platform/themes/september/partials/header.blade.php then it should work.

  • Finisher23 replied

    It worked! Thank you very much