Feb 20, 2024
body ma font import garna parni hunxa
<style>
@font-face {
font-family: Nirmala;
font-style: normal;
font-weight: 400;
src: url('{{storage_path('fonts/Nirmala.ttf') }}') format('truetype');
}body {
font-family: Nirmala;
font-size: 14px;
}
</style>