Piano notes book, powered by Astro and React.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

13 行
248 B

  1. /** @type {import('tailwindcss').Config} */
  2. export default {
  3. content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
  4. theme: {
  5. fontFamily: {
  6. body: ['Times New Roman', 'Times', 'serif'],
  7. },
  8. extend: {
  9. },
  10. },
  11. plugins: [],
  12. }