Re: [css-d] font-variant:small-caps;

2014-06-21 Thread Jukka K. Korpela
2014-06-21 7:38, Robert A. Rosenberg wrote: At 14:01 -0500 on 06/16/2014, Richard Wendrock Forum wrote about Re: [css-d] font-variant:small-caps;: I used David's suggestion to solve the problem. Assuming Arial does not have small-caps variants, I switched to font-family: Verdana, Geneva

Re: [css-d] font-variant:small-caps;

2014-06-20 Thread Robert A. Rosenberg
At 14:01 -0500 on 06/16/2014, Richard Wendrock Forum wrote about Re: [css-d] font-variant:small-caps;: I used David's suggestion to solve the problem. Assuming Arial does not have small-caps variants, I switched to font-family: Verdana, Geneva, sans-serif; and that solved the problem. Thank

Re: [css-d] font-variant:small-caps;

2014-06-16 Thread Richard Wendrock Forum
- From: David Laakso [mailto:laakso.davi...@gmail.com] Sent: Thursday, June 12, 2014 6:41 PM To: Richard Wendrock Forum; CSS Discuss Subject: Re: [css-d] font-variant:small-caps; On Thu, Jun 12, 2014 at 5:42 PM, Richard Wendrock Forum fo...@thehomepagestore.com wrote: It appears there is an optical

Re: [css-d] font-variant:small-caps;

2014-06-16 Thread Jukka K. Korpela
2014-06-16 22:01, Richard Wendrock Forum wrote: I used David's suggestion to solve the problem. I don't think he made any suggestion. He wrote Not using Arial. Assuming Arial does not have small-caps variants, There is no reason to assume such things; it is a fact that can be checked. I

Re: [css-d] font-variant:small-caps;

2014-06-13 Thread Philippe Wittenbergh
Le 13 juin 2014 à 13:57, Jukka K. Korpela jkorp...@cs.tut.fi a écrit : t does that (well, browsers do that) even if the font contains small-caps glyphs. This can be seen e.g. by testing the following on IE 11 (in a system that has the Calibri font): style * { font-family: Calibri }

Re: [css-d] font-variant:small-caps;

2014-06-13 Thread Jukka K. Korpela
2014-06-13 17:14, Philippe Wittenbergh wrote: Le 13 juin 2014 à 13:57, Jukka K. Korpela jkorp...@cs.tut.fi a écrit : t does that (well, browsers do that) even if the font contains small-caps glyphs. This can be seen e.g. by testing the following on IE 11 (in a system that has the Calibri

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread David Hucklesby
On 6/12/14, 14:42, Richard Wendrock Forum wrote: It appears there is an optical illusion when using font-variant:small-caps; The first letter of each word appears more bold than the other letters in the word. .fonttext23 { font-size: medium; font-family:Arial; text-align:left;

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread Philippe Wittenbergh
Le 13 juin 2014 à 06:42, Richard Wendrock Forum fo...@thehomepagestore.com a écrit : It appears there is an optical illusion when using font-variant:small-caps; The first letter of each word appears more bold than the other letters in the word. … I cannot find a way to make all

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread David Laakso
On Thu, Jun 12, 2014 at 5:42 PM, Richard Wendrock Forum fo...@thehomepagestore.com wrote: It appears there is an optical illusion when using font-variant:small-caps; The first letter of each word appears more bold than the other letters in the word. .fonttext23 { font-size: medium;

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread Eric
Is that first letter more 'bold' or is it actually a bit larger? Is that first letter a cap in the HTML? If so this is normal...Since there is no Arial SC the UA is transforming the lowercase letters to uppercase and then shrinking them a bit. HTH On June 12, 2014 at 5:42 PM Richard Wendrock

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread Jukka K. Korpela
2014-06-13 2:31, Philippe Wittenbergh wrote: Le 13 juin 2014 à 06:42, Richard Wendrock Forum fo...@thehomepagestore.com a écrit : It appears there is an optical illusion when using font-variant:small-caps; The first letter of each word appears more bold than the other letters in the word.