Skip to content

Commit

Permalink
Replace Playfair Display font with Roboto in body styling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshawcare committed Feb 1, 2025
1 parent 6a4a5ef commit 26e28f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;
}

0 comments on commit 26e28f8

Please sign in to comment.