From 2b47ce23dad4289fb1163c2868fd052e294ab394 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Mon, 24 Sep 2018 16:33:16 +0300 Subject: [PATCH] run test and formats --- CHANGELOG.md | 3 +++ src/components/SearchMapInfoCard/SearchMapInfoCard.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 {