mobile: fix default font setting not followed

This commit is contained in:
Ammar Ahmed
2025-04-25 11:50:36 +05:00
parent dc54644b4f
commit f4982a650f

View File

@@ -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";
}
</style>
<meta name="description" content="Notesnook editor for mobile" />
<!--