Remove unnecessary double assignment of font-family

Headings inherit from body, therefore removing unnecessary double
assignment of sans serif font family value.

Change-Id: Iebea830399703b5f95ff87f2e0b91660df8c79cc
This commit is contained in:
Volker E 2019-03-25 15:55:02 -07:00 committed by Jdlrobson
parent 875b22d5a5
commit 1f418a20b8

View File

@ -50,10 +50,6 @@ h4 {
font-family: @fontFamilyHeading;
}
h3, h4, h5, h6 {
font-family: @fontFamilyBase;
}
.pre-content h1,
.content h1,
.content h2,