Actions

Translations

Translations:New Template System in LS3.x/69/da

From LimeSurvey Manual

'font-noto' => array(

'devBaseUrl' => 'aktiver/skrifttyper/',
'basePath' => 'skrifttyper',
'css' => array(
' noto.css',
),
),

</syntaxhighlight>
Noto.css-filen, den indeholder, er her: https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
Bemærk definitionen af css-klassen ".font-noto" i slutningen af den: <syntaxhighlight lang="css"> @font-face {

font-family: 'Noto Sans';
...

} ... .font-noto{

font-family: 'Noto Sans';

}