Make sure body fonts are used for tooltips

This commit is contained in:
Jérémie Astori 2016-08-03 01:11:10 -04:00
parent 2041c936b2
commit e99bf9ac0a
2 changed files with 5 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ button {
visibility: hidden;
opacity: 0;
padding: 5px 8px;
font-size: 12px;
font: 12px Lato;
line-height: 1.2;
color: #262c36;
text-align: center;

View File

@ -129,6 +129,10 @@ a:hover,
color: #666;
}
.tooltipped:after {
font-family: Inconsolata-g, monospace;
}
@media (max-width: 768px) {
#main {
left: 0;