fix #110: workaround for chrome bug

This commit is contained in:
Antelle 2016-02-25 23:53:54 +03:00
parent 2cb916d2a3
commit f6caeac8a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ body {
}
overflow: auto;
font-family: $base-font-family;
font-feature-settings: "kern", "liga", "pnum";
font-feature-settings: "kern", "liga";
font-size: $base-font-size;
line-height: $base-line-height;
cursor: default;