mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #5078 from JohnONolan/fontfix
Font feature settings are incompatible with Open Sans
This commit is contained in:
commit
95370f6348
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue