Use configured font settings in tooltips

This commit is contained in:
Machiste Quintana 2015-05-18 19:30:05 -04:00
parent 1ad1172847
commit 54ca895777

View File

@ -26,3 +26,9 @@ body {
font-family: inherit; // inherit from html
font-size: inherit; // inherit from html
}
// Latest Bootstrap specifies the font properties again instead of inheriting
.tooltip {
font-family: @font-family;
font-size: @font-size;
}