Skip to content

Commit

Permalink
fix(storefront): SD-10894 add Karla 700 font weight to schema.json an…
Browse files Browse the repository at this point in the history
…d remove italic versions
  • Loading branch information
bc-yevhenii-buliuk committed Dec 17, 2024
1 parent b25b270 commit 55cfdef
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
40 changes: 40 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
19 changes: 19 additions & 0 deletions schemaTranslations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 55cfdef

Please sign in to comment.