Skip to content

Commit

Permalink
Merge pull request #57 from akshatsinghania/bugfix/fields_font_clash
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoderhtml authored Jun 15, 2024
2 parents 33f0f79 + b6b4d64 commit 58f5a69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,10 @@ if (Astro.request.method === "POST") {
input[type="checkbox"] {
margin-right: 0.5rem;
}
input::placeholder {
font-family: "Averia Serif Libre", serif;
}
label {
font-family: "Averia Serif Libre", serif;
}
</style>

0 comments on commit 58f5a69

Please sign in to comment.