From ea6f8e6752aa8762e4b4ce79250163a8f58aaf4a Mon Sep 17 00:00:00 2001 From: Kyle Doherty <kdoh@users.noreply.github.com> Date: Tue, 18 Apr 2017 11:19:21 -0600 Subject: [PATCH] provide a fallback font family (#4805) --- frontend/src/metabase/css/components/buttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/metabase/css/components/buttons.css b/frontend/src/metabase/css/components/buttons.css index 45275e8d3d1..b6ee88db59d 100644 --- a/frontend/src/metabase/css/components/buttons.css +++ b/frontend/src/metabase/css/components/buttons.css @@ -24,7 +24,7 @@ cursor: pointer; text-decoration: none; font-weight: bold; - font-family: "Lato"; + font-family: "Lato", sans-serif; border-radius: var(--default-button-border-radius); } -- GitLab