Fix usage of semibold fonts
Fixes https://github.com/vector-im/riot-web/issues/8275
This commit is contained in:
@@ -23,7 +23,8 @@ limitations under the License.
|
|||||||
.mx_SettingsTab_subheading {
|
.mx_SettingsTab_subheading {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: $font-family-semibold;
|
font-family: $font-family;
|
||||||
|
font-weight: 600;
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
horizontal mess. Arial empirically gets it right, hence prioritising
|
horizontal mess. Arial empirically gets it right, hence prioritising
|
||||||
Arial here. */
|
Arial here. */
|
||||||
$font-family: 'Nunito', Arial, Helvetica, Sans-Serif;
|
$font-family: 'Nunito', Arial, Helvetica, Sans-Serif;
|
||||||
$font-family-semibold: 'Nunito SemiBold', Arial, Helvetica, Sans-Serif;
|
|
||||||
|
|
||||||
// typical text (dark-on-white in light skin)
|
// typical text (dark-on-white in light skin)
|
||||||
$primary-fg-color: #454545;
|
$primary-fg-color: #454545;
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
horizontal mess. Arial empirically gets it right, hence prioritising
|
horizontal mess. Arial empirically gets it right, hence prioritising
|
||||||
Arial here. */
|
Arial here. */
|
||||||
$font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
$font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
$font-family-semibold: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
|
||||||
|
|
||||||
// typical text (dark-on-white in light skin)
|
// typical text (dark-on-white in light skin)
|
||||||
$primary-fg-color: #454545;
|
$primary-fg-color: #454545;
|
||||||
|
|||||||
Reference in New Issue
Block a user