From 5de5281b491b859b82453c50c2640980109dd270 Mon Sep 17 00:00:00 2001 From: orangemug Date: Thu, 1 Nov 2018 18:26:21 +0000 Subject: [PATCH] Prevent title resize. --- src/styles/_base.scss | 2 ++ src/styles/_modal.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/styles/_base.scss b/src/styles/_base.scss index e35f6611..9e860f7a 100644 --- a/src/styles/_base.scss +++ b/src/styles/_base.scss @@ -3,6 +3,7 @@ src: url('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; + font-display: swap; } @font-face { @@ -10,6 +11,7 @@ src: url('../fonts/Roboto-Medium.ttf') format('truetype'); font-weight: bold; font-style: normal; + font-display: swap; } html { diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 7d034005..d4f11f19 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -247,7 +247,7 @@ } .maputnik-modal-survey { - width: 372px; + width: 400px; } .maputnik-modal-survey__logo {