默认字重调整
This commit is contained in:
parent
7426090c48
commit
e783478dfe
|
@ -444,7 +444,7 @@ h6,
|
||||||
|
|
||||||
.lead {
|
.lead {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-1 {
|
.display-1 {
|
||||||
|
@ -21126,13 +21126,13 @@ textarea[resize="horizontal"] {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead {
|
.lead {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
@ -21183,7 +21183,7 @@ p {
|
||||||
.display-3 span,
|
.display-3 span,
|
||||||
.display-4 span {
|
.display-4 span {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h4:not(:first-child),
|
article h4:not(:first-child),
|
||||||
|
@ -21562,7 +21562,7 @@ article h5+figure {
|
||||||
.flatpickr-current-month {
|
.flatpickr-current-month {
|
||||||
font-size: 135%;
|
font-size: 135%;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
|
@ -21615,7 +21615,7 @@ article h5+figure {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -23520,7 +23520,7 @@ html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
|
||||||
.ct-title {
|
.ct-title {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
|
|
|
@ -31,7 +31,7 @@ article, article .post-title a {
|
||||||
}
|
}
|
||||||
article{
|
article{
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in New Issue