Fix usage of semibold fonts
Fixes https://github.com/vector-im/riot-web/issues/8275
This commit is contained in:
parent
0591c3a2bb
commit
2aee2df6e9
3 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,8 @@ limitations under the License.
|
|||
.mx_SettingsTab_subheading {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
font-family: $font-family-semibold;
|
||||
font-family: $font-family;
|
||||
font-weight: 600;
|
||||
color: $primary-fg-color;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue