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

2014-06-12 Thread Richard Wendrock Forum
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; font-variant:small-caps; font-weight:bold; }

[css-d] @Font-Face Not Working in IE/FF, What Are Best Practices?

2014-06-12 Thread Elli Vizcaino
Hello CSS Discuss,  I'm working on a new responsive(not converted yet) site design: http://e7flux.com/e7flux2014/ and my @font-face fonts aren't showing up in IE or FF or on mobile. They do show in Safari, Chrome Opera. I'm not sure what's wrong.  Also, while on the topic wanted to know what

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;

[css-d] @Font-Face Not Working in IE/FF, What Are Best Practices?

2014-06-12 Thread Elli Vizcaino
Hello CSS Discuss,   I apologize in advance if this is a duplicate, re-sending because I'm not sure it went through the first time. I received a weird auto response with Chinese characters after my first attempt. I'm working on a new responsive(not converted yet) site design:

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.