rollup merge of #18500 : adrientetar/fonts

This commit is contained in:
Alex Crichton 2014-11-02 18:44:56 -08:00
commit 82efef76c3
3 changed files with 11 additions and 4 deletions

View file

@ -62,6 +62,10 @@ body {
font-size: 18px;
color: #333;
line-height: 1.428571429;
-webkit-font-feature-settings: "kern", "liga";
-moz-font-feature-settings: "kern", "liga";
font-feature-settings: "kern", "liga";
}
@media (min-width: 768px) {
body {