Font feature settings are incompatible with Open Sans

This commit is contained in:
John O'Nolan 2015-03-27 12:26:16 +02:00
parent 86b569296f
commit bf1d9c872b
2 changed files with 2 additions and 5 deletions

View File

@ -36,7 +36,6 @@
h1 {
margin-top: -6px;
margin-bottom: -21px;
font-feature-settings: normal;
}
.ghost_logo {
@ -97,7 +96,6 @@
float: left;
display: inline-block;
margin: 0;
font-feature-settings: normal;
}
dt {
@ -268,4 +266,4 @@
color: $blue;
}
}
}//.about-copyright
}//.about-copyright

View File

@ -85,7 +85,6 @@ h6 {
}
p, ul, ol, dl {
font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
margin: 0 0 1.7em 0;
}
@ -296,4 +295,4 @@ button {
.vertical {
display: table-cell;
vertical-align: middle;
}
}