2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge pull request #20951 from sbaechler/font-weights

Use a variable for the default font weights. Fixes #20741
This commit is contained in:
Mark Otto
2016-10-25 19:55:34 -07:00
committed by GitHub
8 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
font-family: $font-family-base;
// We deliberately do NOT reset font-size or word-wrap.
font-style: normal;
font-weight: normal;
font-weight: $font-weight-normal;
letter-spacing: normal;
line-break: auto;
line-height: $line-height-base;