Public Voice Network
- GIF vs JIF 4141
- London machete attack 2525
- Magic Hat vs. West Sixth 33
- blog 5770657706
- Vid of the Day 1505515055
- Daft Cars / Anyone? 66
- Show some recent work 55565556
- Star Trek Into Darkness 6666
- Your Bike 268268
- Experiential Design 1616
- LA Life 1313
- Trailer Of The Day 797797
- You're at a party and… 6363
- Pic of the Day 7473474734
- I ❤ Wood 332332
- religion 212212
- Made a memorial page for … 2323
- the gif animation thread 1846018460
- Xbox: New Generation Reve… 7272
- What are you listening to… 55845584
- Art of the Day Thread 322322
- draw something 440440
- Video Games... 923923
- POUZZA fest Montreal 11
web fonts 55 Responses
Last post: 9 months, 3 weeks ago | Thread started: Jul 26, 12, 11:59 p.m.
- dijitaq
on the first row of the navigation i used a font which i converted using font squirrel font face generator. where as the second row, the text are images. even though i use the same weight, both are regular, the characters on the second row appears to be much bolder.
how do i make the web font appear thinner? on the css i used
li a{
font-weight: normal;
}
but still it appears to be using bold.i also tried
li a {
font-weight: 100;
}
but it doesn't help either.anyone know of a solution?
thanks
- Jul 26, 12, 11:59 p.m. – Permalink
- kingsteven
'font-weight: lighter;' ?


- Dog-earJul 27, 12, 12:46 a.m. – Permalink
- Nathan_Adams
Safari/Chrome on OS X? It's the sub-pixel rendering, which makes reversed out type look too heavy. Use -webkit-font-smoothing: antialiased;

- Dog-earJul 27, 12, 12:59 a.m. – Permalink
- awebdeveloper
Check out the source of elliotjaystocks.com there's some great stuff on font styling in there, not sure if it's documented in a blog post anywhere though


- Dog-earJul 27, 12, 3:07 a.m. – Permalink



