-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inconsistent <p> font-size for ios. #41
Comments
Is this Android or iOS? Product Director San Francisco On Jan 19, 2014, at 7:18 PM, sandwichfeet [email protected] wrote:
|
iOS. I've not looked on Android On Mon, Jan 20, 2014 at 5:26 AM, sourcebits-robertbiggs <
|
Oh, well in that case, all those font styles for iOS are really temporary. At some point soon they’ll be replaced with the new dynamic system fonts for iOS 7. That way when the user changes the font metrics in the general preferences for apps, it will also work for ChUI. Apple uses these in their Web view apps, such as the iOS iTunes and Appstore apps, so that the fonts work like native apps. I haven’t figured out the subtle differences in some of these yet. From my experimentation I’ve only found five of them useful for ChUI: Apple System Fonts, Safari 7font-family: -apple-system-font; The short and tall versions seems to render the same as the regular ones from my measurements. The holdup is I haven’t figured out how to have a fallback for desktop yet. Once I get that working, that’ll be added in. San Francisco On Jan 20, 2014, at 5:36 AM, sandwichfeet [email protected] wrote:
|
In list.less, 'list.comp > div > p' has a font-size of 10pt, which looks about right to me, but other 'li p' type selectors just inherit 12pt from '.list li'. Should this be moved in typography.less anyway?
The text was updated successfully, but these errors were encountered: