Actions

Translations

New Template System in LS3.x/60/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "Daarna wordt in de CSS het Lato font gebruikt: https://github.com/thomaspark/bootswatch/blob/master/dist/flatly/bootstrap.css#L72 <syntaxhighlight lang="css" enclose="div"> bo...")
 
No edit summary
 
Line 1: Line 1:
Daarna wordt in de CSS het Lato font gebruikt:
Daarna wordt in de CSS het Lato font gebruikt:
https://github.com/thomaspark/bootswatch/blob/master/dist/flatly/bootstrap.css#L72
https://github.com/thomaspark/bootswatch/blob/master/dist/flatly/bootstrap.css#L72
<syntaxhighlight lang="css" enclose="div">
<syntaxhighlight lang="css">
body {
body {
   ...
   ...

Latest revision as of 21:49, 17 February 2022

Message definition (New Template System in LS3.x)
Then the Lato font is used via CSS rules:
https://github.com/thomaspark/bootswatch/blob/master/dist/flatly/bootstrap.css#L72
<syntaxhighlight lang="css">
body {
  ...
 font-family: "Lato";
 ...
}
</syntaxhighlight>

Daarna wordt in de CSS het Lato font gebruikt: https://github.com/thomaspark/bootswatch/blob/master/dist/flatly/bootstrap.css#L72

body {
  ...
 font-family: "Lato";
 ...
}