Use custom fonts

Here we'll describe how you can add custom fonts to your email campaigns and start making use of them

Google Fonts

Adding a Google font is just like when you do it for websites:

  1. Pick a font.

  2. Select the Styles needed

  3. Copy the link code and insert into your <head> section of the Base.

  4. Start using it in your design, by copying the CSS rules for the font-family into your CSS in the various places you want to use it in your Base and Blocks.

Custom hosted fonts

Adding a Custom hosted font, is very similar, however Alpaco offers to host it for you:

  1. Open your Alpaco Account

  2. Navigate to Assets Manager in the top menu

  3. Upload your font where it says "Drop files here or click here to upload"

  4. When a font is uploaded it will be indicated with a "Aa" icon.

  5. Click the font that was uploaded and insert it your <head> section of the Base using the @fontface method of declaration.

  6. Start using it in your design, by copying the CSS rules for the font-family into your CSS in the various places you want to use it in your Base and Blocks.

Last updated