Skip to content

Commit

Permalink
Added font
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshschuler committed May 25, 2023
1 parent a7dd9cc commit b1f814f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PoGo Trainer Hub</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/theme-toggles@4.10.1/css/classic.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
<body class="bg-blue-200 dark:bg-dark-800 dark:text-gray-100">
<div id="app" class="container mx-auto px-6 relative max-w-screen-xl"></div>
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/assets/styles/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* {
font-family: "Poppins", sans-serif;
}

html,
body {
width: 100%;
Expand Down

0 comments on commit b1f814f

Please sign in to comment.