diff --git a/packages/editor-mobile/public/index.html b/packages/editor-mobile/public/index.html index 5d27c4ac4..bf28491b8 100644 --- a/packages/editor-mobile/public/index.html +++ b/packages/editor-mobile/public/index.html @@ -15,10 +15,10 @@ font-family: "Inter"; } - p { - font-family: "Inter"; + /* p { */ + /* font-family: "Inter"; */ /* color: var(--nn_primary_paragraph) ## TODO: use fixed color */ - } + /* } */ ::selection { color: white; @@ -37,6 +37,10 @@ height: 100%; display: flex; } + + #statusbar p { + font-family: "Inter"; + }