summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tailwind.config.js9
1 files changed, 9 insertions, 0 deletions
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'