When coding your email, you can specify fallback fonts using the font-family property in CSS. The syntax allows you to list multiple fonts separated by commas. For example:
In this example, the email client will try to use 'Primary Font'. If it is not available, it will try 'Secondary Font', and so on, until it finds a supported one.