Update font-size and font-weight to inherit

This commit is contained in:
Adam Wathan 2019-03-02 13:05:39 -05:00
parent c3886066cc
commit fb451e7aa6
3 changed files with 6 additions and 6 deletions

View File

@ -484,8 +484,8 @@ h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
font-size: inherit;
font-weight: inherit;
}
.container {

View File

@ -484,8 +484,8 @@ h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
font-size: inherit;
font-weight: inherit;
}
.container {

View File

@ -130,6 +130,6 @@ h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
font-size: inherit;
font-weight: inherit;
}