From 0a7feea30c869ae6c3ac0dfe9585b27eb8d38c79 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 2 Aug 2022 10:57:51 +0200 Subject: [PATCH] Add font classes --- client/tailwind.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/client/tailwind.css b/client/tailwind.css index 764629b4..a62e7281 100644 --- a/client/tailwind.css +++ b/client/tailwind.css @@ -42,6 +42,19 @@ svg { .link { @apply underline underline-offset-2 } + + .link-large { + @apply text-lg underline xl:text-xl + } + + .text-large { + @apply text-lg xl:text-xl + } + + .text-bold { + @apply text-base font-bold + } + } @layer components {