SummaryThe @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. UsageType @charset "xyz" Where xyz is your encoding type. Further reading
|