From 340df99a940ee15bfba86f98ac0c09e8924d3495 Mon Sep 17 00:00:00 2001 From: spences10 Date: Mon, 4 Mar 2024 07:19:11 +0000 Subject: [PATCH] refactor: :recycle: remove repeated info --- posts/customising-fonts-in-tailwind-css-and-daisyui.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/posts/customising-fonts-in-tailwind-css-and-daisyui.md b/posts/customising-fonts-in-tailwind-css-and-daisyui.md index d2fe6725..cdc46997 100644 --- a/posts/customising-fonts-in-tailwind-css-and-daisyui.md +++ b/posts/customising-fonts-in-tailwind-css-and-daisyui.md @@ -15,9 +15,6 @@ use local fonts above the default used in Tailwind CSS. In this post I'll go over adding in new fonts for Tailwind and also extending the daisyUI themes. -In this post I'll detail adding custom fonts to a SvelteKit project -and also extending the daisyUI themes. - If you not familiar, [daisyUI] is a plugin for Tailwind that adds a ton of additional utility classes component classes to enable you to move fast when building sites. @@ -166,7 +163,7 @@ as well: import '../app.postcss' -
+
``` @@ -267,7 +264,7 @@ attribute on the `html` element. So in this example I'm using the `wireframe` theme: ```html - + @@ -432,7 +429,7 @@ in the project (which is none but a good practice). -
+
```