Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMarquesCorreia committed Aug 29, 2023
2 parents e2c157f + 3e6549c commit 8f7b680
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 1,514 deletions.
6 changes: 6 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,10 @@ a {
font-family: 'Roboto-Medium';
src: local('Roboto'),
url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}

@font-face {
font-family: 'Roboto-Bold';
src: local('Roboto'),
url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
394 changes: 240 additions & 154 deletions src/components/Profile/dist/profile.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8f7b680

Please sign in to comment.