@eddieace Hi!
Please checkout: https://litmus.com/blog/the-ultimate-guide-to-web-fonts
Web fonts are available for most email clients.
I'v been trying to change the font in my mailables and notifications theme. But with no success.
I'v tried to implement in the defualt.css file in Resources/views/vendor/mail/html/themes/default.css
/* Base */
@import url('https://fonts.googleapis.com/css?family=Heebo&display=swap');
body, body *:not(html):not(style):not(br):not(tr):not(code) {
font-family: 'Heebo', cursive;
box-sizing: border-box;
}
Anyone know if it's even possible?
<link href="https://fonts.googleapis.com/css?family=Heebo&display=swap" rel="stylesheet">
<p style="font-family: Heebo">Should be formated</p>
Does this work?
Please or to participate in this conversation.