font-weightをみよう
全種類分設定しないとダメだった
@font-face {
font-family: ipag;
font-style: normal;
font-weight: normal;
src:url('{{ storage_path('fonts/ipag.ttf')}}');
}
@font-face {
font-family: ipag;
font-style: 600;
font-weight: 600;
src:url('{{ storage_path('fonts/ipag.ttf')}}');
}