From 4f108c5d9c075ac5ec4c5b4df86a708fe4373c9c Mon Sep 17 00:00:00 2001 From: cesarhenrq Date: Wed, 27 Sep 2023 18:45:40 -0300 Subject: [PATCH] feat: add font weight 600 --- src/types/FontWeight.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/FontWeight.d.ts b/src/types/FontWeight.d.ts index 1b78e1f..be17de7 100644 --- a/src/types/FontWeight.d.ts +++ b/src/types/FontWeight.d.ts @@ -1 +1 @@ -type FontWeight = 'normal' | 'bold' | 'lighter'; +type FontWeight = 'normal' | 'bold' | 'lighter' | '600';