mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2025-04-28 15:39:31 +07:00
14 lines
281 B
CSS
14 lines
281 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
html,
|
|
body {
|
|
@apply bg-base-200 min-h-screen;
|
|
font-family: "Poppins", system-ui, sans-serif;
|
|
}
|
|
}
|