change typo

This commit is contained in:
electropositron 2024-11-12 13:00:14 +01:00
parent 043bea721c
commit 3afebe50d8
3 changed files with 9 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,9 +1,8 @@
@font-face {
font-family: bethellen;
src: url('bethellen.otf') format('opentype');
font-family: handwritten;
src: url(LondrinaSolid-Regular.otf);
}
body{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-image: url('img/liege.jpg');
@ -54,6 +53,7 @@ nav{
input{
color: inherit;
font-size: medium;
text-align: center;
width: 80%;
padding: 8px;
border-radius: 5px;
@ -108,8 +108,10 @@ button:hover{
}
.tache{
font-family: bethellen;
line-height: 1.5;
font-family: handwritten;
font-size: 25px;
font-weight: 200;
line-height: 1;
display: flex;
margin:10px;
flex-direction: column;
@ -173,6 +175,8 @@ button:hover{
}
.radio_line{
font-family: handwritten;
letter-spacing: 1px;
display: flex;
width: 80%;
justify-content: right;