Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ga1dar committed Sep 27, 2024
1 parent 69593cb commit 39be6e7
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@
}

@font-face {
font-family: Avenir;
font-weight: 300;
src: url('./fonts/Avenir-Book.ttf') format('truetype');
}

@font-face {
font-family: Avenir;
font-weight: 600;
src: url('./fonts/Avenir-Heavy.ttf') format('truetype');
font-family: Avenir, sans-serif;
src: url('/src/fonts/Avenir.ttc') format('truetype');
src: url('/src/fonts/Avenir-Book.ttf') format('truetype');
src: url('/src/fonts/Avenir-Heavy.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

.body {
font-family: Avenir, sans-serif;
margin: 0;
padding: 0;
}

Expand Down Expand Up @@ -53,7 +49,7 @@
.form > .form__searchBar:focus {
font-weight: bold;
box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
border: none;
color: blue;
}

.form__searchBar--big {
Expand Down

0 comments on commit 39be6e7

Please sign in to comment.