<!DOCTYPE html>
<title>Example</title>
<style>
q {
font-size: 9vh;
quotes: "\2018" "\2019" "\201c" "\201d";
animation: myAnimation 5s ease 0s infinite forwards;
}
@keyframes myAnimation {
33% {
quotes: "\201c" "\201d" "\2018" "\2019";
66% {
quotes: "\00AB\00A0" "\00A0\00BB";
</style>
<q>Outer quote says <q>what inner quote said</q>!</q>