Skip to content

Commit

Permalink
Setting default font to Arial
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Oct 17, 2024
1 parent 84b9c55 commit 622b516
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/styles/override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
// }
// }

// Set font family to Arial for all elements
* {
font-family: Arial, Helvetica, sans-serif;
}


.home {
img {
width: 148px;
Expand Down

0 comments on commit 622b516

Please sign in to comment.