diff --git a/app/static/css/style.css b/app/static/css/style.css index d7846fd..4d894b0 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -48,6 +48,7 @@ h3{ transform: scaleX(0.75); transform-origin: 0 0; font-size: calc(10px + 0.3vw); + font-family: "Favorit", Arial, Helvetica, sans-serif; } h4{ @@ -57,12 +58,15 @@ h4{ transform: scaleX(0.75); transform-origin: 0 0; font-size: calc(10px + 0.3vw); + font-family: "Favorit", Arial, Helvetica, sans-serif; } a{ color: #000; text-decoration: none; display: inline; + font-family: "Favorit", Arial, Helvetica, sans-serif; + font-weight: 300; } a:hover{ @@ -371,15 +375,21 @@ h5{ } .aboutparagraph{ + font-family: "Favorit", Arial, Helvetica, sans-serif; width: 600px; padding-bottom: 15px; font-size: calc(10px + 0.3vw); + font-weight: 300; + font-style: normal; } .aboutlastparagraph{ width: 600px; padding-bottom: 50px; font-size: calc(10px + 0.3vw); + font-weight: 300; + font-style: normal; + font-family: "Favorit", Arial, Helvetica, sans-serif; } /* GUIDELINES */ @@ -415,3 +425,13 @@ dd{ font-family: "Lyon", Arial, Helvetica, sans-serif; font-size: calc(10px + 0.3vw); } + +p{ + font-family: "Favorit", Arial, Helvetica, sans-serif; + font-weight: 300; +} + +label{ + font-family: "Favorit", Arial, Helvetica, sans-serif; + font-weight: 300; +} diff --git a/app/templates/public/about.html b/app/templates/public/about.html index 997ada0..05bf1b2 100644 --- a/app/templates/public/about.html +++ b/app/templates/public/about.html @@ -58,7 +58,7 @@
Tactical Watermarks Guidelines

-

Read the terms here!

+

Read the terms here!

The thesis

diff --git a/app/templates/public/republish.html b/app/templates/public/republish.html index 6ea376c..d04bf2f 100644 --- a/app/templates/public/republish.html +++ b/app/templates/public/republish.html @@ -9,7 +9,7 @@

Here you can upload a file that will be republished to Library Genesis. We take care of the whole process of republishing. Your book should not have watermarks. They will not be removed.

-

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

+

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

diff --git a/app/templates/public/templates/public_template.html b/app/templates/public/templates/public_template.html index ff3a215..ad81c3d 100644 --- a/app/templates/public/templates/public_template.html +++ b/app/templates/public/templates/public_template.html @@ -8,7 +8,7 @@ - + {% block title %}{% endblock %} diff --git a/app/templates/public/upload_book.html b/app/templates/public/upload_book.html index 50c654d..6a325de 100644 --- a/app/templates/public/upload_book.html +++ b/app/templates/public/upload_book.html @@ -9,7 +9,7 @@

Here you can upload a watermarked file that will be republished to Library Genesis. I will de-watermark your text and take care of the whole process of republishing. All watermarks will be removed.

-

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

+

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

diff --git a/file.db b/file.db index c7b6c6f..84d4558 100644 Binary files a/file.db and b/file.db differ