Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are iOS7's dynamic type CSS classes?

Tags:

css

iphone

ios7

Or rather- is there a complete list of the CSS classes like -apple-system-headline1 etc available?

like image 677
andig Avatar asked Apr 18 '26 01:04

andig


1 Answers

This code snippet gives the complete list of values for dynamic fonts:
https://gist.github.com/linjunpop/6657893

You'll have to experiment in order to see their real usage, because Apple has not documented yet these values:
Safari CSS Reference

like image 183
CedX Avatar answered Apr 19 '26 19:04

CedX