Custom CSS feature escaping quote bug
-
I enter this:
.logo h1 a, .logo h2 a, .ast_maintanace .logo h1 a {
font-family: ‘Impact’;
}I get this:
/*USER’S CUSTOM CSS———————————————————*/
.logo h1 a, .logo h2 a, .ast_maintanace .logo h1 a {
font-family: \’Impact\’;
}/*———————————————————*/which does not work
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom CSS feature escaping quote bug’ is closed to new replies.