Skip to content

Commit

Permalink
Avoid setting font-family on pullquotes (not matched by the editor). (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias authored Jan 3, 2018
1 parent 3784c32 commit 360933e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions blocks/library/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}

> p {
font-family: $default-font;
font-size: 24px;
font-weight: 900;
line-height: 1.6;
Expand All @@ -28,8 +27,4 @@
text-transform: uppercase;
font-size: 13px;
}

cite p {
font-family: $default-font;
}
}

0 comments on commit 360933e

Please sign in to comment.