Update footer to french

This commit is contained in:
Edgar P. Burkhart 2021-12-31 18:31:00 +01:00
parent 81d479e09b
commit 170f57592f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 7 additions and 3 deletions

View File

@ -146,3 +146,7 @@ footer {
footer p { footer p {
margin: 0; margin: 0;
} }
footer strong {
font-weight: 600;
font-feature-settings: 'ss01', 'ss02', 'ss03', 'cv11';
}

View File

@ -1,5 +1,5 @@
<footer> <footer>
<p>Website by edpibu - 2021</p> <p>Site par <strong>edpibu</strong> - 2021</p>
<p>Inspired by IBM Carbon Design System</p> <p>Inspiré par IBM Carbon Design System</p>
<p>Icons and Pictograms from IBM Carbon Design System</p> <p>Icônes et pictogrammes par IBM Carbon Design System</p>
</footer> </footer>