Corrections (phrasing, font url, font-style rule)

This commit is contained in:
Elulia 2022-12-13 02:30:28 +01:00
parent d4a4b44485
commit 3fe50daa56
3 changed files with 11 additions and 7 deletions

View File

@ -41,21 +41,21 @@
@font-face { @font-face {
font-family: "Liberation sans"; font-family: "Liberation sans";
src: url("Liberation_sans/LiberationSans-Regular.ttf"); src: url("liberation_sans/LiberationSans-Regular.ttf");
} }
@font-face { @font-face {
font-family: "Liberation sans"; font-family: "Liberation sans";
src: url("Liberation_sans/LiberationSans-Bold.ttf"); src: url("liberation_sans/LiberationSans-Bold.ttf");
font-weight: bold; font-weight: bold;
} }
@font-face { @font-face {
font-family: "Liberation sans"; font-family: "Liberation sans";
src: url("Liberation_sans/LiberationSans-Italic.ttf"); src: url("liberation_sans/LiberationSans-Italic.ttf");
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: "Liberation sans"; font-family: "Liberation sans";
src: url("Liberation_sans/LiberationSans-BoldItalic.ttf"); src: url("liberation_sans/LiberationSans-BoldItalic.ttf");
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
} }

View File

@ -211,7 +211,7 @@
<section id="contact"> <section id="contact">
<h2>Contactez nous</h2> <h2>Contactez nous</h2>
<span>Nous sommes joignable à cette adresse : <a href="mailto:louise.goutheraud@orange.fr">louise.goutheraud@orange.fr</a></spam> <span>Nous sommes joignable à l'adresse suivante : <a href="mailto:louise.goutheraud@orange.fr">louise.goutheraud@orange.fr</a></spam>
</section> </section>
<footer> <footer>
<div class="footer"> <div class="footer">

View File

@ -8,7 +8,7 @@ html {
body { body {
max-width: 1300px; max-width: 1300px;
margin: auto; margin: auto;
font-family: "Liberation sans", "sans-serif"; font-family: "Liberation sans", sans-serif;
color: #444; color: #444;
padding: 0 5px; padding: 0 5px;
} }
@ -457,9 +457,13 @@ footer {
font-size: 1.7em; font-size: 1.7em;
} }
.footer > div:not(.logo) {
font-size: 0.85em;
}
.h4 { .h4 {
font-style: italic; font-style: italic;
font-size: 0.75em; font-size: 1.1em;
display: block; display: block;
margin: 0; margin: 0;
padding-left: 0px; padding-left: 0px;