I am trying to create a web application without using web fonts to keep browser requests at an absolute minimum.
At the same time, I am trying to use only “beautiful” thin fonts for headings, etc.
This is basically not a problem: iOS and Mac OS have HelveticaNeue-UltraLight initially, and Windows (Phone) has a Segoe UI indicator (WP).
Fonts do not look the same, but they give the same general style, and I do not need to use a single webfont. All can be addressed directly via css "font-family".
Is there a way to get a similar look on Android? Android has a Roboto Light that perfectly satisfies my requirements, but it seems impossible to simply address this through CSS styles without websites.
source
share