Skip to content

Commit

Permalink
change the font family
Browse files Browse the repository at this point in the history
  • Loading branch information
SwamiTheDev committed Oct 13, 2023
1 parent e8ef32f commit 0937911
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,17 @@ h1 button {

.inner-card-front::after, .inner-card-back::after {
content: '\f021 Flip';
font-family: 'Font Awesome 5 Free', 'Poppins', sans-serif;
font-family: 'Poppins', sans-serif;
position: absolute;
top: 0.625rem;
right: 0.625rem;
font-weight: bold;
font-size: 1rem;
color: var(--background-color);
}

::placeholder{
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.navigation {
display: flex;
margin: 1.25rem 0;
Expand All @@ -172,6 +174,9 @@ h1 button {
.navigation p {
margin: 0 1.5rem;
}
p {
padding: 15px;
}

.add-container {
background-color: var(--secondary-background-color);
Expand Down

0 comments on commit 0937911

Please sign in to comment.