David
It seems that [the css files that give us our fonts of choice][1] only include regular and **bold** styles for each font. In the case of [Quattrocento][q], only those two styles are available. But for the other choices, there is also *italics*. In the absence of the italics font, we get a digitally skewed slant (= [oblique][o]) of the regular font. This is (to my way of thinking) unseemly.

Given that the markdown `*emphasis*` is displayed as `<em>emphasis</em>` and [this calls][em] italics by default, we get a fair bit of slant face. Would it be possible to get true italics for those font choices which support it?

Here's one example of the difference this can make:

![Perpetua_roman_and_italic.png](/image?hash=a403aeb3af4ef17e105341d7f247bc95d33f47bb2613e6c1f09c4505dc5d6683)

The "leaning" `f`, `a`, and `g` are the most striking in this example, but plenty of other Latin letter shapes are typically drawn differently for italics. I live in hope!

[o]: https://en.wikipedia.org/wiki/Oblique_type
[1]: https://github.com/topanswers/topanswers/tree/master/get/fonts
[q]: https://fonts.google.com/specimen/Quattrocento
[em]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em
Top Answer
Jack Douglas
We have added the italic (and [oblique](https://en.wikipedia.org/wiki/Oblique_type)) versions where available.

> The "leaning" f, a, and g are the most striking in this example, but plenty of other Latin letter shapes are typically drawn differently for italics.

We had no idea that the italic versions were anything other than just slanted, and some of them are significantly different as you say.

If you are using a font that supplies an italic type, you should see some stylistic differences (not just slanting) now:

* not italic
* *italic*
* **bold not italic**
* ***bold italic***

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.