diff --git a/lib/bundle.css b/lib/bundle.css index e44fda65..aab32f00 100644 --- a/lib/bundle.css +++ b/lib/bundle.css @@ -1769,6 +1769,7 @@ a { .ssb-link.header h1, .ssb-link.header h2, .ssb-link.header h3, .ssb-link.header h4, .ssb-link.header h5, .ssb-link.header h6 { display: inherit; font-size: inherit; + font-weight: inherit; font-family: inherit !important; } .ssb-link.header .link-text { diff --git a/package-lock.json b/package-lock.json index 3eed215e..3c20c23d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@statisticsnorway/ssb-component-library", - "version": "2.3.1", + "version": "2.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@statisticsnorway/ssb-component-library", - "version": "2.3.1", + "version": "2.3.3", "license": "Apache-2.0", "dependencies": { "prismjs": "~1.29.0", diff --git a/package.json b/package.json index b4c0ce16..64a4d2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@statisticsnorway/ssb-component-library", - "version": "2.3.2", + "version": "2.3.3", "description": "Component library for SSB (Statistics Norway)", "main": "lib/bundle.js", "scripts": { diff --git a/src/components/Link/_link.scss b/src/components/Link/_link.scss index a6099592..9c928567 100644 --- a/src/components/Link/_link.scss +++ b/src/components/Link/_link.scss @@ -40,6 +40,7 @@ $icon-padding: 8px; h1, h2, h3, h4, h5, h6 { display: inherit; font-size: inherit; + font-weight: inherit; font-family: inherit !important; }