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 39be6e7 commit abb97f5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
}

@font-face {
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;
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');
}

.body {
Expand Down

0 comments on commit abb97f5

Please sign in to comment.