updated font reference and clean up
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import type { Config } from 'tailwindcss'
|
||||
|
||||
import { fontFamily } from 'tailwindcss/defaultTheme'
|
||||
|
||||
const config: Config = {
|
||||
content: [
|
||||
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
@@ -16,9 +14,6 @@ const config: Config = {
|
||||
'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))',
|
||||
'blog-cover': "url('/assets/placeholder.webp')"
|
||||
},
|
||||
fontFamily: {
|
||||
'blog': ['Raleway', ...fontFamily.sans],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user