Skip to content

Commit

Permalink
Add: nunito font
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkudla committed Oct 19, 2022
1 parent ee93097 commit d178883
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {},
fontFamily: {
sans: ["nunito", "sans-serif"],
},
},
plugins: [],
};

0 comments on commit d178883

Please sign in to comment.