Skip to content

Commit

Permalink
Merge pull request #31 from fga-eps-mds/113-fix-fonts
Browse files Browse the repository at this point in the history
113 fix fonts
  • Loading branch information
geraldovictor authored Dec 5, 2023
2 parents afc4869 + c30d006 commit 0ea48b0
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/components/video-comment/video-comment.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.comment-style{
font-size: 11px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p class="text-center">Faça login para comentar</p>
</div>

<div *ngIf="userId" class="flex flex-col gap-2">
<div *ngIf="userId" class="flex flex-col gap-2 comment-style">
<div *ngIf="showComments" class="flex flex-wrap flex-col gap-2">
<div
(click)="toggleComments()"
Expand Down
Binary file removed src/assets/fonts/UnB Pro_Black.otf
Binary file not shown.
Binary file removed src/assets/fonts/UnB Pro_Bold Italic.otf
Binary file not shown.
Binary file removed src/assets/fonts/UnB Pro_Bold.otf
Binary file not shown.
Binary file removed src/assets/fonts/UnB Pro_Italic.otf
Binary file not shown.
Binary file removed src/assets/fonts/UnB Pro_Light.otf
Binary file not shown.
Binary file removed src/assets/fonts/UnB Pro_Regular.otf
Binary file not shown.

0 comments on commit 0ea48b0

Please sign in to comment.