hack nunito italics for now with CSS skew

fixes https://github.com/google/fonts/issues/1726
This commit is contained in:
Matthew Hodgson 2019-01-16 12:53:46 +00:00
parent 0229453482
commit 1082f548d3
2 changed files with 12 additions and 0 deletions

View file

@ -453,6 +453,13 @@ limitations under the License.
display: inline ! important;
}
// compensate for Nunito italics being terrible
// https://github.com/google/fonts/issues/1726
.mx_EventTile_content .markdown-body em {
transform: skewX(-14deg);
display: inline-block;
}
/* end of overrides */
.mx_MatrixChat_useCompactLayout {