Informatics

Information about various topics

Ads Here

4.2.15

CSS Tips

CSS Tips

Can CSS choose a different default font and size depending on Language

This is addressed in CSS3, and that's not going to help for compatibility with old browsers
@font-face {
    font-family: BBCBengali;
    src: url(fonts/BBCBengali.ttf) format("opentype");
    unicode-range: U+00-FF, U+980-9FF;
}

No comments:

Post a Comment