a {
  font-style: initial;
}

b {
  font-style: inherit;
}

c {
  font-style: unset;
}

d {
  font-style: normal;
}

e {
  font-style: oblique;
}

f {
  font-style: italic;
}
