Skip to content

Commit 5e97ace

Browse files
Increase the bold weight in oreder to make proper differenciation with plain text
1 parent 5a6609b commit 5e97ace

File tree

8 files changed

+8
-4
lines changed

8 files changed

+8
-4
lines changed

en/src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@
972972
.doc .menuseq,
973973
.doc .path {
974974
hyphens: none;
975+
font-weight: var(--body-font-weight-bold);
975976
}
976977

977978
.doc .menuseq i.caret::before {

en/src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--body-line-height: 1.15;
2727
--body-font-color: var(--color-jet-70);
2828
--body-font-family: "Nunito", sans-serif;
29-
--body-font-weight-bold: 500;
29+
--body-font-weight-bold: 700;
3030
--monospace-font-family: "Roboto Mono", monospace;
3131
--monospace-font-weight-bold: 500;
3232
/* base */

es/src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@
972972
.doc .menuseq,
973973
.doc .path {
974974
hyphens: none;
975+
font-weight: var(--body-font-weight-bold);
975976
}
976977

977978
.doc .menuseq i.caret::before {

es/src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--body-line-height: 1.15;
2727
--body-font-color: var(--color-jet-70);
2828
--body-font-family: "Nunito", sans-serif;
29-
--body-font-weight-bold: 500;
29+
--body-font-weight-bold: 700;
3030
--monospace-font-family: "Roboto Mono", monospace;
3131
--monospace-font-weight-bold: 500;
3232
/* base */

fr/src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@
972972
.doc .menuseq,
973973
.doc .path {
974974
hyphens: none;
975+
font-weight: var(--body-font-weight-bold);
975976
}
976977

977978
.doc .menuseq i.caret::before {

fr/src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--body-line-height: 1.15;
2727
--body-font-color: var(--color-jet-70);
2828
--body-font-family: "Nunito", sans-serif;
29-
--body-font-weight-bold: 500;
29+
--body-font-weight-bold: 700;
3030
--monospace-font-family: "Roboto Mono", monospace;
3131
--monospace-font-weight-bold: 500;
3232
/* base */

zh/src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@
972972
.doc .menuseq,
973973
.doc .path {
974974
hyphens: none;
975+
font-weight: var(--body-font-weight-bold);
975976
}
976977

977978
.doc .menuseq i.caret::before {

zh/src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--body-line-height: 1.15;
2727
--body-font-color: var(--color-jet-70);
2828
--body-font-family: "Nunito", sans-serif;
29-
--body-font-weight-bold: 500;
29+
--body-font-weight-bold: 700;
3030
--monospace-font-family: "Roboto Mono", monospace;
3131
--monospace-font-weight-bold: 500;
3232
/* base */

0 commit comments

Comments
 (0)