Skip to content

Commit

Permalink
64 fonts (#74)
Browse files Browse the repository at this point in the history
closes #64

---------

Co-authored-by: Claire Olmstead <olmsteadclaire@gmail.com>
  • Loading branch information
claireolmstead and claireolmstead authored Jan 11, 2024
1 parent eaa7510 commit 7d1e88f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/style/app.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@tailwind base;
@tailwind components;
Expand Down Expand Up @@ -30,18 +30,17 @@
.action-btn-r {
@apply grow ml-3;
}

}

@layer base {
body {
color: white;
min-height: 100vh;
margin: 2em;
background: linear-gradient(to bottom right, #293B59, #007DA1);
}
body {
color: white;
min-height: 100vh;
margin: 2em;
background: linear-gradient(to bottom right, #293b59, #007da1);
}

button {
@apply select-none;
}
button {
@apply select-none;
}
}
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
theme: {
fontFamily: {
sans: ['Poppins', 'sans-serif'],
data: ['Space Mono', 'sans-serif'],
},
colors: {
transparent: 'transparent',
Expand Down

0 comments on commit 7d1e88f

Please sign in to comment.