From 2862c30320e8a1c0499f4bd83141e0c6cd959f1e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Nov 2014 22:17:39 -0800 Subject: Fixes #15046: Add full font overrides for popovers and tooltips --- docs/dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 7ddd57a58..40318b3ea 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5623,7 +5623,9 @@ button.close { position: absolute; z-index: 1070; display: block; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; + font-weight: normal; line-height: 1.4; visibility: visible; filter: alpha(opacity=0); @@ -5729,6 +5731,7 @@ button.close { display: none; max-width: 276px; padding: 1px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.42857143; -- cgit v1.2.3