The quotes property is used to customize the opening and closing quotation marks of the <q> tag.

q {
    quotes: "«" "»";
}