Webfonts - @font-face

In this directory different web fonts can be stored. Using web fonts, any font can be integrated into HTML pages (CSS: @font-face {...}). The image editor picks up the caption to this directory and the WYSIWYG editor lists the fonts in the font selection box. For the fonts in the following formats must be present.

The font name must match the file name:

Example:
File name: oswald_light.ttf
@font-face: font-family:'oswald_light';

If the file name and the specified font-family are not identical, the font can not be correctly displayed and set by the editor.

File Formats

TrueType: *.ttf
Embedded OpenType: *.eot
Web Open Font Format: *.woff

Free fonts in these formats can be found eg at Font Squirrel.