Add a clarifying comment

This commit is contained in:
Robin
2023-09-18 09:48:02 -04:00
parent 9736f0244b
commit bbf91ca867

View File

@@ -158,7 +158,9 @@ body,
flex-direction: column;
}
/* On Android and iOS, prefer native system fonts */
/* On Android and iOS, prefer native system fonts. The global.css file of
Compound Web is where these variables ultimately get consumed to set the page's
font-family. */
body[data-platform="android"] {
--cpd-font-family-sans: "Roboto", "Noto", "Inter", sans-serif;
}