forked from mirror/pixelfed
Merge pull request #1203 from pixelfed/override-lighter
Override font-weight-lighter to 300
This commit is contained in:
commit
9b1f6b9cbe
|
@ -5,6 +5,7 @@ $body-bg: #f5f8fa;
|
||||||
// Typography
|
// Typography
|
||||||
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
||||||
$font-size-base: 0.9rem;
|
$font-size-base: 0.9rem;
|
||||||
|
$font-weight-lighter: 300;
|
||||||
$line-height-base: 1.6;
|
$line-height-base: 1.6;
|
||||||
|
|
||||||
$font-size-lg: ($font-size-base * 1.25);
|
$font-size-lg: ($font-size-base * 1.25);
|
||||||
|
|
|
@ -132,6 +132,10 @@ body, button, input, textarea {
|
||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-weight-lighter {
|
||||||
|
font-weight: 300 !important
|
||||||
|
}
|
||||||
|
|
||||||
.font-weight-ultralight {
|
.font-weight-ultralight {
|
||||||
font-weight: 200 !important;
|
font-weight: 200 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue