Does not works?

  • กลุ่มการศึกษาพระปริยั
    Asked on November 26, 2021 at 6:17 AM

    Does not works?
    @import url('
    @font-face {
    font-family : Sarabun;
    src :url('
    }
    .form-all{font-family: 'Sarabun', sans-serif;

  • Johann_A
    Replied on November 26, 2021 at 6:32 AM

    Greetings,

    You forgot to close the code, and also there is no URL, you should have one in your example:

    @import url ('
    @font-face {
    font-family : Sarabun;
    src :url('

    }
    .form-all {
    font-family: 'Sarabun', sans-serif;
    }


    Go back to Google Font and copy it again.

    Johann