change typo
This commit is contained in:
parent
043bea721c
commit
3afebe50d8
BIN
app/LondrinaSolid-Regular.otf
Normal file
BIN
app/LondrinaSolid-Regular.otf
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,8 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: bethellen;
|
font-family: handwritten;
|
||||||
src: url('bethellen.otf') format('opentype');
|
src: url(LondrinaSolid-Regular.otf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body{
|
body{
|
||||||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||||
background-image: url('img/liege.jpg');
|
background-image: url('img/liege.jpg');
|
||||||
|
@ -54,6 +53,7 @@ nav{
|
||||||
input{
|
input{
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
text-align: center;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -108,8 +108,10 @@ button:hover{
|
||||||
}
|
}
|
||||||
|
|
||||||
.tache{
|
.tache{
|
||||||
font-family: bethellen;
|
font-family: handwritten;
|
||||||
line-height: 1.5;
|
font-size: 25px;
|
||||||
|
font-weight: 200;
|
||||||
|
line-height: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -173,6 +175,8 @@ button:hover{
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio_line{
|
.radio_line{
|
||||||
|
font-family: handwritten;
|
||||||
|
letter-spacing: 1px;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
|
|
Loading…
Reference in a new issue