2014-06-13 2:31, Philippe Wittenbergh wrote:
Le 13 juin 2014 à 06:42, Richard Wendrock Forum 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
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 F
On Thu, Jun 12, 2014 at 5:42 PM, 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:
Le 13 juin 2014 à 06:42, Richard Wendrock Forum 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 letters upperca
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:
http://e7flux.com
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;
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
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;
}