Actions

Translations

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

From LimeSurvey Manual

'font-noto' => array(

'devBaseUrl' => 'assets/fonts/',
'basePath' => 'betűtípusok',
'css' => array(

' noto.css',

),
),

</syntaxhighlight>
A benne található noto.css fájl itt található: https://github.com/LimeSurvey/LimeSurvey/blob/4c40b61afb0dba8fd80154b50f5831045df8d814/assets/fonts/N!noto.css!
Vegye észre a css osztály ".font-noto" definícióját a végén: <syntaxhighlight lang="css"> @font-face {

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

} ... .font-noto{

font-family: 'Noto Sans';

}