diff --git a/CHANGELOG.md b/CHANGELOG.md index 610fa6a974..5c0aa486aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Add Karla 700 font weight to schema.json and remove italic versions [#2521](https://github.com/bigcommerce/cornerstone/pull/2521) - Fix product filter display name in Show More modal window [#2510](https://github.com/bigcommerce/cornerstone/pull/2510) - Fix colour value for carousel play-pause button [#2509](https://github.com/bigcommerce/cornerstone/pull/2509) - Bulk pricing modal on PLP only displays information for the first product [#2501](https://github.com/bigcommerce/cornerstone/pull/2501) diff --git a/config.json b/config.json index a56b16c2a2..f9d3efb487 100644 --- a/config.json +++ b/config.json @@ -126,7 +126,7 @@ "default_image_brand": "img/BrandDefault.gif", "default_image_product": "img/ProductDefault.gif", "default_image_gift_certificate": "img/GiftCertificate.png", - "body-font": "Google_Karla_400,400i,700,700i", + "body-font": "Google_Karla_400", "headings-font": "Google_Montserrat_400", "fontSize-root": 14, "fontSize-h1": 28, diff --git a/schema.json b/schema.json index 230fc6335f..8a2285bcaf 100644 --- a/schema.json +++ b/schema.json @@ -55,6 +55,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2242,6 +2247,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2294,6 +2304,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2364,6 +2379,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2416,6 +2436,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2468,6 +2493,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2529,6 +2559,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", @@ -2640,6 +2675,11 @@ "label": "i18n.Karla", "value": "Google_Karla_400" }, + { + "group": "i18n.Karla", + "label": "i18n.KarlaBold", + "value": "Google_Karla_700" + }, { "group": "i18n.Roboto", "label": "i18n.Roboto", diff --git a/schemaTranslations.json b/schemaTranslations.json index 2975f9c4ec..73ca5c9fa3 100644 --- a/schemaTranslations.json +++ b/schemaTranslations.json @@ -227,6 +227,25 @@ "pl": "Karla", "ja": "Karla" }, + "i18n.KarlaBold": { + "default": "Karla Bold", + "fr": "Karla Bold", + "it": "Karla Bold", + "zh": "Karla Bold", + "de": "Karla Bold", + "es": "Karla Bold", + "nl": "Karla Bold", + "pt": "Karla Bold", + "pt-BR": "Karla Bold", + "sv": "Karla Bold", + "es-MX": "Karla Bold", + "es-419": "Karla Bold", + "da": "Karla Bold", + "no": "Karla Bold", + "ko": "Karla Bold", + "pl": "Karla Bold", + "ja": "Karla Bold" + }, "i18n.Roboto": { "default": "Roboto", "fr": "Roboto",