Skip to content

Commit

Permalink
Update fonts for h1 and h2 on photo gallery page
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallDoesCoding committed Apr 25, 2022
1 parent 4de71f7 commit 8e95707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions photo-gallery/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,100;1,300&display=swap");

.row {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -40,10 +43,12 @@ h2 {

h1 {
color: red;
font-family: "Handlee", cursive;
}

h2 {
color: lightcoral;
font-family: "Roboto", sans-serif;
}

a {
Expand Down

0 comments on commit 8e95707

Please sign in to comment.