Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Bächler <simon@stellanera.com>2016-10-19 22:41:27 +0300
committerSimon Bächler <simon@stellanera.com>2016-10-19 22:41:27 +0300
commit8402d2321fcbab8f6800d1cd9f49553a92ac00a2 (patch)
tree3bc8c48a1c3f6190ebb848455dc2b1904da35245 /scss/_type.scss
parentb5890e0608ad2262cde4a38e90afa19f1cb5d852 (diff)
Use a variable for the default font weights. Fixes #20741
Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170.
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index ff7114074d..0880145e07 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -61,7 +61,7 @@ hr {
small,
.small {
font-size: $small-font-size;
- font-weight: normal;
+ font-weight: $font-weight-normal;
}
mark,