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 --- less/popovers.less | 1 + less/tooltip.less | 3 +++ 2 files changed, 4 insertions(+) (limited to 'less') diff --git a/less/popovers.less b/less/popovers.less index ab720f2fb..53ee0ecd7 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -12,6 +12,7 @@ max-width: @popover-max-width; padding: 1px; // Reset font and text propertes given new insertion method + font-family: @font-family-base; font-size: @font-size-base; font-weight: normal; line-height: @line-height-base; diff --git a/less/tooltip.less b/less/tooltip.less index 8f7fcbebc..9c2a37fd4 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -9,7 +9,10 @@ z-index: @zindex-tooltip; display: block; visibility: visible; + // Reset font and text propertes given new insertion method + font-family: @font-family-base; font-size: @font-size-small; + font-weight: normal; line-height: 1.4; .opacity(0); -- cgit v1.2.3