cube icon indicating copy to clipboard operation
cube copied to clipboard

[type.css]增加直角引号和书名号

Open yisibl opened this issue 10 years ago • 0 comments

q:lang(zh){
  quotes: "\300C" "\300D" "\300E" "\300F";
  /* quotes: "「" "」" "『" "』"; */
}

cite:lang(zh){
  quotes: "《" "》" "〈" "〉";
  font-style: normal;
}

cite:before {
  content: open-quote;
}

cite:after {
  content: close-quote;
}

Demo: http://jsbin.com/vowuqizo/1/edit

yisibl avatar Jun 20 '14 03:06 yisibl