From 6d3fa6d5a498ec79b21c60d993bd99d080c631b9 Mon Sep 17 00:00:00 2001 From: Pierre Romera Date: Fri, 21 Jun 2024 16:01:22 +0200 Subject: [PATCH] refactor: use bootstrap css variables --- .storybook/preview.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.storybook/preview.scss b/.storybook/preview.scss index 88afdaaa..5c2c81f8 100644 --- a/.storybook/preview.scss +++ b/.storybook/preview.scss @@ -30,14 +30,14 @@ h1 { - font-family: $headings-font-family !important; - font-weight: $jumbotron-font-weight; + font-family: var(--bs-font-sans-serif) !important; + font-weight: var(--bs-body-font-weight); font-size: 2.5rem; } h2, h3, h4, h5, h6 { - font-family: $headings-font-family; - font-weight: $headings-font-weight; + font-family: var(--bs-font-sans-serif); + font-weight: var(--bs-body-font-weight); } pre {