Piano notes book, powered by Astro and React.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

13 righe
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. }