diff --git a/less/code.less b/less/code.less index a08b4d48c4c8..aa1ec0308e10 100644 --- a/less/code.less +++ b/less/code.less @@ -32,7 +32,7 @@ kbd { kbd { padding: 0; font-size: 100%; - font-weight: bold; + font-weight: 700; box-shadow: none; } } diff --git a/less/forms.less b/less/forms.less index e8b071a138ea..3725b6d65626 100644 --- a/less/forms.less +++ b/less/forms.less @@ -33,7 +33,7 @@ label { display: inline-block; max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom: 5px; - font-weight: bold; + font-weight: 700; } diff --git a/less/labels.less b/less/labels.less index 9a5a27006a51..cf0d48df3c1f 100644 --- a/less/labels.less +++ b/less/labels.less @@ -6,7 +6,7 @@ display: inline; padding: .2em .6em .3em; font-size: 75%; - font-weight: bold; + font-weight: 700; line-height: 1; color: @label-color; text-align: center; diff --git a/less/type.less b/less/type.less index 0d4fee48486e..7201fc98b5e6 100644 --- a/less/type.less +++ b/less/type.less @@ -195,7 +195,7 @@ dd { line-height: @line-height-base; } dt { - font-weight: bold; + font-weight: 700; } dd { margin-left: 0; // Undo browser default diff --git a/less/variables.less b/less/variables.less index b057ef5bf907..4c8d210c399f 100644 --- a/less/variables.less +++ b/less/variables.less @@ -622,7 +622,7 @@ @alert-padding: 15px; @alert-border-radius: @border-radius-base; -@alert-link-font-weight: bold; +@alert-link-font-weight: 700; @alert-success-bg: @state-success-bg; @alert-success-text: @state-success-text; @@ -778,7 +778,7 @@ //** Badge background color in active nav link @badge-active-bg: #fff; -@badge-font-weight: bold; +@badge-font-weight: 700; @badge-line-height: 1; @badge-border-radius: 10px; @@ -820,7 +820,7 @@ // //## -@close-font-weight: bold; +@close-font-weight: 700; @close-color: #000; @close-text-shadow: 0 1px 0 #fff;