User Tools

Site Tools


en:how_to_insert_a_new_font

This is an old revision of the document!


How can I add a new font to a template?

Our system offers flexible options for integrating custom fonts into your templates – either via the Media browser or via a CSS link.

Integration via URL

You can integrate a font at any time via a publicly accessible URL. Integration is done directly in the template using CSS, e.g.:

@font-face {

font-family: 'MyFont';
src: url('https://example.com/fonts/myfont.woff2') format('woff2');

}

Upload via the Media browser

Fonts can be uploaded directly to the Media browser.

Supported file formats

Format Description
.woff Recommended web font format
.woff2 Optimized format for modern browsers
.ttf TrueType – widely used
.otf OpenType – supports extended typography

Preferably use .woff or .woff2 for best compatibility and loading times.

They can then be integrated into templates as web fonts.

Microsoft Outlook does not support web fonts. For emails to be displayed correctly in Outlook, a system font must be stored as a fallback – ideally Arial or Times New Roman.

en/how_to_insert_a_new_font.1756289208.txt.gz · Last modified: 2025/08/27 12:06 by bk