Avec la police Coelacanth
This commit is contained in:
parent
5b2f11fa97
commit
ce41937deb
|
@ -1,13 +1,12 @@
|
|||
@font-face {
|
||||
font-family: "Grundschrift";
|
||||
src: url("fonts/GrundschriftRegular.woff") format("woff");
|
||||
font-family: "Coelacanth";
|
||||
src: url("fonts/CoelacanthRegular.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Now";
|
||||
src: url("fonts/NowRegular.woff") format("woff");
|
||||
font-family: "Artemisia";
|
||||
src: url("fonts/Artemisia.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,10 +2,7 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
/*
|
||||
font-family: "Now", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
|
||||
font-size: x-large;
|
||||
*/
|
||||
font-family: "Coelacanth", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
|
||||
font-size: large;
|
||||
}
|
||||
a {
|
||||
|
@ -19,19 +16,14 @@ a:visited {
|
|||
}
|
||||
|
||||
body {
|
||||
/*
|
||||
margin: 0;
|
||||
*/
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
@media (min-width: 1200px) {
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
@media (min-width: 1200px) {
|
||||
}
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue