From 51dd60a015c48eab783cb61d0201be110ec4df45 Mon Sep 17 00:00:00 2001 From: Zog Date: Wed, 25 Apr 2018 14:14:16 +0200 Subject: Refs #6486; Change the `font-display` property Force the browser to wait for the fonts to be loaded, to prevent a wrong cells size calculation by the JS. --- app/assets/stylesheets/_layout.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/_layout.sass b/app/assets/stylesheets/_layout.sass index 340467e77..f11bcb717 100644 --- a/app/assets/stylesheets/_layout.sass +++ b/app/assets/stylesheets/_layout.sass @@ -15,6 +15,7 @@ body line-height: $line-height color: $darkgrey background-color: #fff + font-display: block .page_header padding: 40px 35px 0 35px -- cgit v1.2.3