1<?php
2/**
3 * English language file for config
4 */
5
6$lang['technique']      = 'Font embedding technique';
7  $lang['technique_o_fontface'] = 'Uploaded fonts';
8  $lang['technique_o_google']   = 'Google Fonts';
9$lang['fontFile']       = 'Font file name (for uploaded fonts: without extension; for Google fonts: what comes after "?family=")';
10$lang['fontName']       = 'Font name (as used in CSS)';
11$lang['elements']       = 'For which elements should the font be used? (comma separated, not needed when font is used in other CSS files)';
12$lang['genericFamily']  = 'Generic font family';
13$lang['fontFile2']      = 'Second font file name (for uploaded fonts: without extension; for Google fonts: what comes after "?family=")';
14$lang['fontName2']      = 'Second font name (as used in CSS)';
15$lang['elements2']      = 'For which elements should the second font be used? (comma separated, not needed when font is used in other CSS files)';
16$lang['genericFamily2'] = 'Second generic font family';
17