upper body finished

This commit is contained in:
2023-09-26 18:29:37 +10:00
parent 2dbf116ddf
commit 7e6a2b0300
3 changed files with 59 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
import type { Config } from 'tailwindcss'
import { fontFamily } from 'tailwindcss/defaultTheme'
const config: Config = {
content: [
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
@@ -14,6 +16,9 @@ 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: [],