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