Re: [css-d] ADMIN: Chrome Extension to PSD

2014-03-12 Thread Eric A. Meyer
On 12 Mar 2014, at 0:50, Crest Christopher wrote: I'm looking for a Chrome Extension to save my design as a PSD to complete it ? This doesn't appear to have anything to do with CSS, so if anyone has suggestions for Crest, please make them via direct mail, as in off the list. Thanks!

[css-d] Font Stacks and Web fonts

2014-03-12 Thread Freelance Traveller
I started out wanting to ask a question along the lines of How can I set things up so that if a user has a font locally, it will be used, but if not, download it as a webfont?, but that was all of a sudden obvious: the usual method of setting up a font stack, e.g., font-family:

Re: [css-d] Font Stacks and Web fonts

2014-03-12 Thread Chris Rockwell
1. In this sort of situation, is the webfont unconditionally downloaded, or is it ignored unless/until actually needed? I think it is ignored. According to the spec, the fonts can be automatically fetched and downloaded _when_needed_. In a quick check (in Chrome 33) the font was not

Re: [css-d] Font Stacks and Web fonts

2014-03-12 Thread Kathy Wheeler
On 03/13/2014, at 6:30 AM, Chris Rockwell wrote: 1. In this sort of situation, is the webfont unconditionally downloaded, or is it ignored unless/until actually needed? I think it is ignored. According to the spec, the fonts can be automatically fetched and downloaded _when_needed_.

Re: [css-d] Font Stacks and Web fonts

2014-03-12 Thread Andrew Cunningham
Hi Kathy, It depends on your approach. Web designers tend to use web fonts for their preferred fonts, and use of web fonts are becoming more prevalent. With load times of fonts you will find different browsers have different strategies, some load a local font then refresh when web font has

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-12 Thread MiB
mar 12 2014 22:07 Ezequiel Garzón garzon.luc...@gmail.com: I specified in my example td,p { font-size: medium }. I would hence expect the font size in my very simple table and in my single paragraph to be the same, whether I include a meta viewport tag or not. It turns out it only happens