Actions

Translations

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

From LimeSurvey Manual

'font-noto' => array(

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

</syntaxhighlight>
Tệp noto.css chứa ở đây: https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/noto.css
Chú ý định nghĩa của lớp css ".font-noto" ở cuối nó: <syntaxhighlight lang="css"> @font-face {

họ phông chữ: 'Noto Sans';
...

} ... .font-noto{

họ phông chữ: 'Noto Sans';

}