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 cf7a8a6 commit 51ffe47
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
/* add styles here */
.html {
font-family: Avenir, sans-serif;
}

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

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

.body {
Expand Down

0 comments on commit 51ffe47

Please sign in to comment.