Showing latest posts tagged in "CSS"

Top Facebook Twitter Comments

(CSS) Prevent @font-face variants render issue

/* CSS Document */
@font-face
{
    font-family: comfortaa;
    src: url('comfortaa.eot');
    src: local(comfortaa), url('comfortaa.ttf') format('opentype');
}

While @font-face custom fonts on websites is an accessible alternative to Cufon, some web browsers tend to render font variants differently. This can sometimes be quite painful for the standard UI/UX designer.

Read more
End of items timeline.