Skip to content

Commit

Permalink
add google font ref link in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohCHOM committed Sep 18, 2024
1 parent afaa539 commit d9427fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import Layout from "../layouts/Layout.astro";
</Layout>

<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

main {
padding: 1rem;
max-width: max-content;
Expand Down
2 changes: 2 additions & 0 deletions src/pages/sp24.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const contributors: MarkdownEntry[] = Object.values(
</main>

<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

main {
max-width: 60ch;
margin: 0 auto;
Expand Down

0 comments on commit d9427fd

Please sign in to comment.