Actions

Translations

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

From LimeSurvey Manual

'font-noto' => array(

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

</syntaxhighlight>
Fișierul noto.css pe care îl conține este aici: https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
Observați definiția clasei css „.font-noto” la sfârșitul acesteia: <syntaxhighlight lang="css"> @font-face {

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

} ... .font-noto{

familia de fonturi: „Noto Sans”;

}