/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./**/*.{html,js,rs}"], theme: { fontFamily: { 'mono': ['"Liberation Mono"', 'monospace'], }, extend: {}, }, plugins: [], }