From e48f72c003354292a7f8c0ada4d67d7aaeb9e44d Mon Sep 17 00:00:00 2001 From: Dave Ryan Date: Fri, 20 Dec 2024 08:52:52 -0700 Subject: [PATCH] Use WordPress Core system font stack fallback --- src/Installer/components/Modal/stylesheet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Installer/components/Modal/stylesheet.scss b/src/Installer/components/Modal/stylesheet.scss index 38b42aa..eac0df5 100644 --- a/src/Installer/components/Modal/stylesheet.scss +++ b/src/Installer/components/Modal/stylesheet.scss @@ -2,7 +2,7 @@ align-items: center; background: rgba(0, 0, 0, 0.5); display: flex; - font-family: "Open Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: "Open Sans", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; height: 100vh; justify-content: center; left: 0;