Bug 1190769 - "about:newtab should fall back to Tahoma as a font on Windows XP". r=gijs

This commit is contained in:
Philipp Sackl [:phlsa] 2016-02-04 07:36:00 +01:00
parent ede1aa8b36
commit a9d18f71cb

View File

@ -14,5 +14,7 @@
}
.newtab-title {
font-family: Segoe UI;
font: message-box;
font-size: 13px;
line-height: 30px;
}