Re: [css-d] Font-size unit Mobile and tablet Android

2012-09-07 Thread marie-ange.demeulemeester
Philip and Philippe, Thanks! Marie-Ange -Original Message- From: Philip TAYLOR [mailto:p.tay...@rhul.ac.uk] Sent: Friday, September 07, 2012 9:27 AM To: DEMEULEMEESTER Marie-Ange Cc: marie.demeulemees...@gmail.com; css-d@lists.css-discuss.org Subject: Re: [css-d] Font-size unit Mobile

Re: [css-d] Font-size unit Mobile and tablet Android

2012-09-07 Thread Philip TAYLOR
marie-ange.demeulemees...@bnpparibasfortis.com wrote: I work in HTML5, the doctype is : Marie-Ange OK, I realised after sending the message that as CSS is language-agnostic, the DOCTYPE is not relevant. None the less, neither scale-independent pixels nor density- independent pixel

Re: [css-d] Font-size unit Mobile and tablet Android

2012-09-07 Thread marie-ange.demeulemeester
Subject: Re: [css-d] Font-size unit Mobile and tablet Android Marie-Ange Demeulemeester wrote: > According this spec > http://developer.android.com/design/style/typography.html , I've defined my > font-size in sp (scale-independent pixels): > body{font-family:Roboto,Helvetica,Arial,s

Re: [css-d] Font-size unit Mobile and tablet Android

2012-09-06 Thread Philip TAYLOR
Marie-Ange Demeulemeester wrote: According this spec http://developer.android.com/design/style/typography.html , I've defined my font-size in sp (scale-independent pixels): body{font-family:Roboto,Helvetica,Arial,sans-serif; font-size:14sp; } p.size20 {font-size:20sp; font-size:larger} Or in