What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 11, 2008 by pilgrim
Labels: about-css
CharsetCSSAtRule  
The @charset at rule...

Summary

The @charset rule is used to define the character encoding the browser should use to decode a document. It is good practice to include this in your CSS files so that browsers parse your CSS rules correctly.

Usage

Type

@charset "xyz" 

Where xyz is your encoding type.

Further reading


Sign in to add a comment