theme/src/style.css

20 lines
262 B
CSS

@import url('/fonts/fonts.css');
/* Setting a base font size */
body {
font-size: 16px;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
@apply font-title font-semibold;
}