Skip to content

Commit fe06cdb

Browse files
Merge pull request #2415 from p-fpv/master
Fix bold text for <strong> (in translations) in non-English languages
2 parents 54735f3 + e077fe9 commit fe06cdb

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,7 @@ dialog {
13941394
padding-top: 4px;
13951395
margin-bottom: 0;
13961396
float: left;
1397+
font-weight: bold;
13971398
}
13981399

13991400
/* Fixed area at the Bottom */

src/css/opensans_webfontkit/fonts.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ em {
9999
em strong {
100100
font-family: 'open_sansbold_italic';
101101
font-style:normal;
102-
font-weight: normal;
102+
font-weight: bold;
103103
}
104104

105105
/*noinspection CssNoGenericFontName*/
106106
strong em {
107107
font-family: 'open_sansbold_italic';
108108
font-style:normal;
109-
font-weight: normal;
109+
font-weight: bold;
110110
}
111111

112112
/*noinspection CssNoGenericFontName*/
113113
strong {
114114
font-family: 'open_sansbold';
115-
font-weight: normal;
115+
font-weight: bold;
116116
font-style: normal;
117117
}
118118

src/css/tabs/failsafe.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
font-size: 13px;
5454
margin-top: 15px;
5555
margin-bottom: 5px;
56+
font-weight: bold;
5657
}
5758

5859
.tab-failsafe .radioarea {

0 commit comments

Comments
 (0)