From a68d89337882eafc05c37582e3794eea2546e108 Mon Sep 17 00:00:00 2001 From: "Blue\" Jay Matthews" Date: Thu, 13 Dec 2018 10:10:14 -0500 Subject: [PATCH] Added clarification about the difference between italic and oblique (#26920) * Added clarification about the difference between italic and oblique * update grammar/remove parenthesis --- guide/english/css/fonts/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/css/fonts/index.md b/guide/english/css/fonts/index.md index 37224841a4..8a6d1056cc 100644 --- a/guide/english/css/fonts/index.md +++ b/guide/english/css/fonts/index.md @@ -40,6 +40,8 @@ This property has 3 values: * italic - Text shown in *italic* * oblique - Text shown leaning +`italic` and `oblique` both look like the normal font but slanted. The main difference is that `italic` is a whole other version of the font, slanted at a particular angle and sometimes styled slightly differently. `oblique` is the original font but with the ability to be slanted at and angle to different degrees. + ```css .normal { font-style: normal;