سلام و عرض ادب، فونت رو توی layout ایمیل میذارم:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vazir-font/30.1.0/font-face.min.css">
توی default.css هم قرارش میدم:
body,
body *:not(html):not(style):not(br):not(tr):not(code) {
box-sizing: border-box;
font-family: Vazir, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
position: relative;
direction: rtl;
}
توی خود برنامه که تستش میکنم مشکلی نداره و فونت رو میشناسه:
Route::get('/test',function(){
return (new MailMessage)
->subject(Lang::get('Verify Email Address'))
->line(Lang::get('Please click the button below to verify your email address.'))
->action(Lang::get('Verify Email Address'), 'http://google.com')
->line(Lang::get('If you did not create an account, no further action is required.'));
});
ولی توی ایمیل که ارسال میشه، اعمال نمیشه.