Code development platform for open source projects from the European Union institutions

Update General references authored by Ildiko Mazar's avatar Ildiko Mazar
......@@ -187,3 +187,20 @@ ${credential.identifier[0].schemeName} + ': ' + ${credential.identifier[0].notat
</tr>
</tbody>
</table>
<h2> TEXT FORMATTING EXAMPLES </h2>
<strong>&lt;p style="margin-bottom:0; text-align: left !important; font-weight: normal; font-family: 'Times New Roman', serif; font-style: italic; text-decoration-line: underline; font-size: 20px;"&gt;</strong>Left aligned Times New Roman serif text with 20px font-size, normal font-weight, italic font-style and underlined text-decoration-line.<strong>&lt;/p&gt;</strong><br><br>
<strong>&lt;p style="margin-bottom:0; text-align: center !important; font-weight: bold; font-family: 'Garamond', serif; font-size: 30px;"&gt;</strong>Centre aligned Garamond serif text with 30px font-size, bold font-weight.<strong>&lt;/p&gt;</strong><br><br>
<strong>&lt;p style="margin-bottom:0; text-align: left !important; font-weight: 300; font-family: 'Georgia', serif; color: #cdcdcd !important; font-variant: small-caps; font-size: 12px;"&gt;</strong>Left aligned Georgia serif text with 12px font-size, normal (=300) font-weight, small caps font-variant and grey (#cdcdcd) font colour.<strong>&lt;/p&gt;</strong><br><br>
<strong>&lt;p style="margin-bottom:0; text-align: left !important; font-weight: 700; font-family: 'Tahoma', sans-serif; color: red !important; text-decoration-line: line-through; font-size: 20px;"&gt;</strong>Right aligned Tahoma sans-serif text with 20px font-size, bold (=700) font-weight, line-through text-decoration-line and red font colour.<strong>&lt;/p&gt;</strong><br><br>
<strong>&lt;p style="margin-bottom:0; text-align: left !important; font-weight: 300; font-family: 'Verdana'; font-size: 20px;"&gt;</strong>Left aligned Verdana text with 20px font-size.<strong>&lt;/p&gt;</strong><br><br>
<strong>&lt;p style="margin-bottom:0; text-align: right; font-weight: 300; font-family: 'Brush Script MT', cursive; color: #004494 !important; font-size: 20px;"&gt;</strong>Right aligned Brush Script MT cursive text with 20px font-size, normal (=300) font-weight and blue (#004494) font colour.<strong>&lt;/p&gt;</strong><br><br>
<strong>&lt;p style="margin-bottom:0; text-align: left !important; font-weight: 300; font-family: 'Courier New', monospace; font-size: 20px;"&gt;</strong>Left aligned Courier New monospace text with 20px font-size and normal (=300) font-weight.<strong>&lt;/p&gt;&lt;<br><br>
&lt;head&gt;<br>
&lt;link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia"&gt;<br>
&lt;style&gt;<br>
body {<br>
font-family: "Sofia", sans-serif;<br>
}<br>
&lt;/style&gt;<br>
&lt;/head&gt;<br>
&lt;body style="margin-bottom:0; text-align: left !important; font-weight: 300; font-family: "Sofia", sans-serif; font-size: 20px;"&gt;</strong>Left aligned sans-serif text with 20px font-size and normal (=300) font-weight, referenced from Sofia font family, that is specified in the code head.<strong>&lt;/body&gt;</strong>
\ No newline at end of file