Merge pull request #6272 from SimonBrandner/fix/explicit-font/14163

Don't set `font-family` explicitly
This commit is contained in:
Travis Ralston 2021-07-27 11:04:23 -06:00 committed by GitHub
commit 9707797d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 25 deletions

View file

@ -36,7 +36,6 @@ limitations under the License.
.mx_SettingsTab_subheading {
font-size: $font-16px;
display: block;
font-family: $font-family;
font-weight: 600;
color: $primary-fg-color;
margin-bottom: 10px;