From 5edde6f551cb959205c2956b08fca2dd0bc05639 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Fri, 8 Mar 2024 20:42:12 +1100 Subject: [PATCH] Adjust font heights --- tailwind.config.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 9aa6890..7586228 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -40,8 +40,24 @@ module.exports = { 'solid': `10px 10px 1px 2px` }, typography: { - emphasis: { + DEFAULT: { css: { + h1: { + 'font-weight': 500 + }, + h2: { + 'font-weight': 500 + }, + h3: { + 'font-weight': 500 + }, + h2: { + 'font-weight': 500 + }, + } + }, + emphasis: { + css: { em: { colors: colors.pink['400'] },