From 139b62b437a3aaf28f41f20f458f262e193fe315 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 29 Mar 2023 14:35:23 +0700 Subject: update tailwind config --- tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index 47c542bb..a679272e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,6 +5,15 @@ module.exports = { darkMode: 'class', theme: { extend: { + typography: { + DEFAULT: { + css: { + b: { + fontWeight: 'inherit' + } + } + } + }, container: { screens: { xl: '1288px' -- cgit v1.2.3