Skip to content

Commit 755a718

Browse files
authored
Merge pull request #2313 from dappnode/mateu/rollback-ui-fonts
Rollback UI fonts
2 parents efcad57 + db7cc12 commit 755a718

File tree

7 files changed

+7
-45
lines changed

7 files changed

+7
-45
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/admin-ui/src/fonts.scss

Lines changed: 0 additions & 44 deletions
This file was deleted.

packages/admin-ui/src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import "./dappnode_styles.scss";
1616
import "./dappnode_colors.scss";
1717
import "./light_dark.scss";
1818
import "./layout.scss";
19-
import "./fonts.scss";
2019
import { PwaInstallProvider } from "pages/system/components/App/PwaInstallContext";
2120

2221
// This process.env. vars will be substituted at build time

packages/admin-ui/src/layout.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
--z-index-topbar: 1000;
2727
}
2828

29+
/*
30+
TEXT STYLES
31+
*/
32+
body {
33+
font-family: overpass, sans-serif !important;
34+
}
35+
2936
/* Reset margins and underlying sizes.
3037
The height 100% is necessary so child elements have a reference to be full width
3138
*/

0 commit comments

Comments
 (0)