diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9abd4c..025cc1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2018-09-XX +* [change] Change Mapbox's default font to marketplace font. + [#934](https://github.com/sharetribe/flex-template-web/pull/934) + * [add] New default design for the landing page's hero section. Now the CTA button's default behavior is 'Browse'. * marketplaceH1FontStyles: changed letter spacing to be more tight. diff --git a/src/components/SearchMapInfoCard/SearchMapInfoCard.css b/src/components/SearchMapInfoCard/SearchMapInfoCard.css index 6af72a16..8792ea6c 100644 --- a/src/components/SearchMapInfoCard/SearchMapInfoCard.css +++ b/src/components/SearchMapInfoCard/SearchMapInfoCard.css @@ -58,8 +58,8 @@ /* Overwrite Mapbox's specific font rules */ .root .card { - font-family: 'sofiapro', Helvetica, Arial, sans-serif; - font-weight: var(--fontWeightSemiBold); + font-family: 'sofiapro', Helvetica, Arial, sans-serif; + font-weight: var(--fontWeightSemiBold); } .threeToTwoWrapper {