1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(blog): issue with CSS loading

Ref: https://github.com/nodejs/node/issues/56155
This commit is contained in:
2024-12-06 23:16:40 +01:00
parent af5c845e4b
commit db1159f20c
5 changed files with 254 additions and 221 deletions

View File

@ -1,5 +1,4 @@
import typographyPlugin from "@tailwindcss/typography"
import { fontFamily } from "tailwindcss/defaultTheme"
/** @type {Omit<import('tailwindcss').Config, "content">} */
const config = {
@ -29,7 +28,7 @@ const config = {
lightFlag: "0px 1px 10px rgba(0, 0, 0, 0.25)",
},
fontFamily: {
sans: ["'Montserrat'", ...fontFamily.sans],
sans: ["Montserrat", "sans-serif"],
},
typography: {
DEFAULT: {