link font weight

This commit is contained in:
Yuri Kuznetsov
2024-12-14 17:51:31 +02:00
parent 2389d6beae
commit 3de4c5ca8d
4 changed files with 24 additions and 1 deletions
@@ -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",
+10
View File
@@ -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 {
+2 -1
View File
@@ -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 {
+4
View File
@@ -2,6 +2,10 @@
text-align: center;
}
a {
font-weight: 500;
}
h1 {
font-size: var(--30px);
margin-top: var(--20px);