hrms-exam/cms/src/app.postcss

20 lines
412 B
Text
Raw Normal View History

2023-03-14 13:47:44 +07:00
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
@charset url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap");
2023-04-04 12:38:01 +07:00
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-2xl;
}
ul{
@apply list-disc
}
ol{
@apply list-decimal
}
}