Actions

Translations

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

From LimeSurvey Manual

'font-noto' => array(

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

</syntaxhighlight>
El archivo noto.css que contiene está aquí: https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
Observe la definición de la clase CSS ".font-noto" al final: <syntaxhighlight lang="css"> @font-face {

familia de fuentes: 'Noto Sans';
...

} ... .font-noto{

familia de fuentes: 'Noto Sans';

}