Export to GitHub

doctype-mirror - CharsetCSSAtRule.wiki


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