Category: Technical

Code Sharing With Classes in LWC

There are some well-established methods for code sharing in LWC: We can compose entire UI components in the HTML template, or via Lightning App Builder. Or we can create a service component, and then export functions from that component (see the Developer Guide). But sometimes neither of those is appropriate

Continue reading “Code Sharing With Classes in LWC”

How to Fix Those Pesky Outlook Fonts

Outlook eh. *Email Marketers scream everywhere*. If you’ve ever tried to build an email, got it looking perfect, and then run it through Outlook rendering, you’ll understand the frustration. Line heights ignored, buttons look strange, background images lost – the issues are endless. Luckily we have fixes for most of these! The one I’m going to focus on today is how Outlook renders fonts.

Continue reading “How to Fix Those Pesky Outlook Fonts”