diff --git a/src/Installer/components/Modal/stylesheet.scss b/src/Installer/components/Modal/stylesheet.scss index f477f89..38b42aa 100644 --- a/src/Installer/components/Modal/stylesheet.scss +++ b/src/Installer/components/Modal/stylesheet.scss @@ -2,6 +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"; height: 100vh; justify-content: center; left: 0; diff --git a/src/Installer/styles/app.scss b/src/Installer/styles/app.scss index b4ab1ec..1c4aee5 100644 --- a/src/Installer/styles/app.scss +++ b/src/Installer/styles/app.scss @@ -8,10 +8,6 @@ box-sizing: border-box; } -body { - font-family: "Open Sans", sans-serif; -} - #nfd-installer { display: none; transition: all 3s ease-in-out;