Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does my light text have a strong anti-alias
    primarykey
    data
    text
    <p>I am having some display weirdness with @font-face fonts.</p> <p>If the font is coloured white or a light colour like yellow, it appears to have strong anti-alias applied to it, something I don't appear to be able to control, is it just my eyes?</p> <p>font declaration</p> <p>Full @font-face</p> <pre><code>@font-face { font-family: 'Lobster1.4'; font-weight: normal; font-style: normal; src: url('fonts/Lobster-1.4/Lobster-1.4.eot') format('eot'); src: url('fonts/Lobster-1.4/Lobster-1.4.eot?#ieFix') format('eot'), url('fonts/Lobster-1.4/Lobster-1.4.svg#Lobster1.4') format('svg'), url('fonts/Lobster-1.4/Lobster-1.4.woff') format('woff'), url('fonts/Lobster-1.4/Lobster-1.4.ttf') format('truetype'); } </code></pre> <p>use:</p> <pre><code>.zone-text span { font-family: 'Lobster1.4'; font-weight: normal; font-size: 1.3rem; color: #3C3C3B; } </code></pre> <p>looks like: <img src="https://i.stack.imgur.com/y7AKj.png" alt="dark text appear correctly"></p> <p>with everything else same, just switching color to white it completely changes the font like it's a different typeface</p> <p>like this: <img src="https://i.stack.imgur.com/pNEbo.png" alt="light text looks bolder"></p> <p>Any idea why this could be or is it something I just have to live with.</p> <p>//edit</p> <p>with larger text (<code>3rem</code>) it's definitely still happening but I think it's more apparent as smaller sizes.</p> <p><img src="https://i.stack.imgur.com/WX04D.png" alt="larger dark text"></p> <p><img src="https://i.stack.imgur.com/SMWKf.png" alt="larger light text"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload