Skip to content

Instantly share code, notes, and snippets.

@christophfreyer
Last active September 18, 2016 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophfreyer/af2f3f6c41795086a0b06e3c2f5ce678 to your computer and use it in GitHub Desktop.
Save christophfreyer/af2f3f6c41795086a0b06e3c2f5ce678 to your computer and use it in GitHub Desktop.
typografisch korrekte Anführungszeichen per CSS
/* Beispiel zu automatisierten Quotes */
q::before {
content: "\201e"; /* double low-9 */
}
q::after {
content: "\201c"; /* double high-6 */
}
@christophfreyer
Copy link
Author

added spaces

@christophfreyer
Copy link
Author

missing backslash fixed

@christophfreyer
Copy link
Author

lowercase fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment