Skip to content

Commit

Permalink
📝 Fixed default font family problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slqmy committed Jun 7, 2023
1 parent 678014b commit e475816
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 280 deletions.
4 changes: 2 additions & 2 deletions archive/input-div-practice.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ input.google-search-box {
}

p {
font-family: Arial;
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
margin-bottom: 0px;
margin-top: 0px;
}
Expand Down Expand Up @@ -153,7 +153,7 @@ button.sign-up {

p.request {
font-size: 40px;
font-family: Arial;
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
margin-top: 40px;
margin-bottom: 24px;
}
Expand Down
2 changes: 1 addition & 1 deletion archive/model.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
p {
font-family: Montserrat;
font-family: Montserrat, Arial, Helvetica, Verdana, Tahoma, sans-serif;
margin-top: 0px;
margin-bottom: 0px;
}
Expand Down
Loading

0 comments on commit e475816

Please sign in to comment.