link font weight
This commit is contained in:
@@ -15,6 +15,14 @@
|
||||
"noTimestamp": true,
|
||||
"crossorigin": true
|
||||
},
|
||||
{
|
||||
"href": "client/fonts/inter/Inter-Medium.woff2",
|
||||
"as": "font",
|
||||
"type": "font/woff2",
|
||||
"rel": "preload",
|
||||
"noTimestamp": true,
|
||||
"crossorigin": true
|
||||
},
|
||||
{
|
||||
"href": "client/fonts/inter/Inter-SemiBold.woff2",
|
||||
"as": "font",
|
||||
|
||||
@@ -158,6 +158,10 @@ img.image-preview {
|
||||
margin-bottom: var(--7px);
|
||||
font-size: var(--22px);
|
||||
font-weight: 400;
|
||||
|
||||
a {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: @screen-xs-max) {
|
||||
@@ -2150,6 +2154,12 @@ textarea.auto-height {
|
||||
content: "";
|
||||
display: block;
|
||||
}
|
||||
|
||||
.breadcrumb-item {
|
||||
a {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb-separator {
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
.btn {
|
||||
height: var(--input-height-base);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
@@ -407,7 +408,7 @@ a.btn {
|
||||
}
|
||||
}
|
||||
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.btn-link, .btn-default, .btn-text {
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: var(--30px);
|
||||
margin-top: var(--20px);
|
||||
|
||||
Reference in New Issue
Block a user