@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('{{ your_site_url }}/fonts/NotoSansBengali-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Noto Sans Bengali', sans-serif !important;
}