Skip to content

Commit d0d59e3

Browse files
silverwindtechknowlogick6543
authored
Font weight tweaks (#13854)
Font weight 500 is not discernible from 400 on some fonts/operating systems so push them back to previous value 600 except for fomantic-ui elements which stay at 500. Co-authored-by: techknowlogick <[email protected]> Co-authored-by: 6543 <[email protected]>
1 parent 61d6c19 commit d0d59e3

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

web_src/less/_admin.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
}
5656

5757
dt {
58-
font-weight: 500;
58+
font-weight: 600;
5959
float: left;
6060
width: 285px;
6161
clear: left;

web_src/less/_base.less

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,7 @@ samp {
146146
}
147147

148148
b,
149-
strong {
150-
font-weight: 500;
151-
}
152-
149+
strong,
153150
h1,
154151
h2,
155152
h3,
@@ -746,7 +743,7 @@ a.ui.card:hover,
746743
}
747744

748745
&.bold {
749-
font-weight: 500;
746+
font-weight: 600;
750747
}
751748

752749
&.italic {
@@ -781,7 +778,6 @@ a.ui.card:hover,
781778
}
782779

783780
&.bottom.attached.message {
784-
font-weight: 500;
785781
text-align: left;
786782
color: black;
787783

@@ -1042,7 +1038,7 @@ a.ui.card:hover,
10421038

10431039
.scrolling.menu {
10441040
.item.selected {
1045-
font-weight: 500 !important;
1041+
font-weight: 600 !important;
10461042
}
10471043
}
10481044

web_src/less/_chroma.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
/* GenericStrong */
353353

354354
.chroma .gs {
355-
font-weight: 500;
355+
font-weight: 600;
356356
}
357357
/* GenericSubheading */
358358

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
}
970970

971971
.author {
972-
font-weight: 500;
972+
font-weight: 600;
973973
}
974974

975975
.comment-form-reply .footer {

web_src/less/_user.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
.header {
12-
font-weight: 500;
12+
font-weight: 600;
1313
font-size: 1.3rem;
1414
margin-top: -.2rem;
1515
line-height: 1.3rem;

web_src/less/themes/theme-arc-green.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
/* GenericStrong */
448448

449449
.chroma .gs {
450-
font-weight: 500;
450+
font-weight: 600;
451451
}
452452
/* GenericSubheading */
453453

0 commit comments

Comments
 (0)