aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-12-07 09:25:28 -0800
committerMark Otto <[email protected]>2015-12-07 09:25:28 -0800
commitef5b6a224eb5d2f093f9a613cad26a68487d46d7 (patch)
treed4b3a30abe26d89f7ef4ce7d00a5c35133f48a46 /scss
parenta78b835143eb0b5c302a9ff4eccc99b302bbb598 (diff)
parent2f176821c3c5439f83a5df4a176534d724e716b9 (diff)
downloadbootstrap-ef5b6a224eb5d2f093f9a613cad26a68487d46d7.tar.xz
bootstrap-ef5b6a224eb5d2f093f9a613cad26a68487d46d7.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'scss')
-rw-r--r--scss/_utilities.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index 25ace532c..520666ec1 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -72,11 +72,11 @@
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
-// Weight
+// Weight and italics
-.font-normal { font-weight: normal; }
-.font-bold { font-weight: bold; }
-.font-italic { font-style: normal; }
+.font-weight-normal { font-weight: normal; }
+.font-weight-bold { font-weight: bold; }
+.font-italic { font-style: italic; }
// Contextual colors