mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Font feature settings are incompatible with Open Sans
This commit is contained in:
parent
86b569296f
commit
bf1d9c872b
2 changed files with 2 additions and 5 deletions
|
@ -36,7 +36,6 @@
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
margin-bottom: -21px;
|
margin-bottom: -21px;
|
||||||
font-feature-settings: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost_logo {
|
.ghost_logo {
|
||||||
|
@ -97,7 +96,6 @@
|
||||||
float: left;
|
float: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-feature-settings: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
|
|
|
@ -85,7 +85,6 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
p, ul, ol, dl {
|
p, ul, ol, dl {
|
||||||
font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
|
|
||||||
margin: 0 0 1.7em 0;
|
margin: 0 0 1.7em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue