diff --git a/app/LondrinaSolid-Regular.otf b/app/LondrinaSolid-Regular.otf new file mode 100644 index 0000000..02336ee Binary files /dev/null and b/app/LondrinaSolid-Regular.otf differ diff --git a/app/bethellen.otf b/app/bethellen.otf deleted file mode 100644 index 8617800..0000000 Binary files a/app/bethellen.otf and /dev/null differ diff --git a/app/style.css b/app/style.css index 4d45d48..12b9652 100644 --- a/app/style.css +++ b/app/style.css @@ -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;