Corrections (phrasing, font url, font-style rule)
This commit is contained in:
parent
d4a4b44485
commit
3fe50daa56
@ -41,21 +41,21 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Liberation sans";
|
||||
src: url("Liberation_sans/LiberationSans-Regular.ttf");
|
||||
src: url("liberation_sans/LiberationSans-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Liberation sans";
|
||||
src: url("Liberation_sans/LiberationSans-Bold.ttf");
|
||||
src: url("liberation_sans/LiberationSans-Bold.ttf");
|
||||
font-weight: bold;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Liberation sans";
|
||||
src: url("Liberation_sans/LiberationSans-Italic.ttf");
|
||||
src: url("liberation_sans/LiberationSans-Italic.ttf");
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Liberation sans";
|
||||
src: url("Liberation_sans/LiberationSans-BoldItalic.ttf");
|
||||
src: url("liberation_sans/LiberationSans-BoldItalic.ttf");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -211,7 +211,7 @@
|
||||
|
||||
<section id="contact">
|
||||
<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>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
|
@ -8,7 +8,7 @@ html {
|
||||
body {
|
||||
max-width: 1300px;
|
||||
margin: auto;
|
||||
font-family: "Liberation sans", "sans-serif";
|
||||
font-family: "Liberation sans", sans-serif;
|
||||
color: #444;
|
||||
padding: 0 5px;
|
||||
}
|
||||
@ -457,9 +457,13 @@ footer {
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
.footer > div:not(.logo) {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
.h4 {
|
||||
font-style: italic;
|
||||
font-size: 0.75em;
|
||||
font-size: 1.1em;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding-left: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user