Actions

Translations

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

From LimeSurvey Manual

'font-noto' => array(

'devBaseUrl' => 'assets/fonts/',
'basePath' => 'fonts',
'css' => array(
' noto.css',
),
),

</syntaxhighlight>
Il file noto.css che contiene è qui: https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
Notare la definizione della classe css ".font-noto" alla fine: <syntaxhighlight lang="css"> @font-face {

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

} ... .font-noto{

font-family: 'Noto Sans';

}