Merge pull request #2543 from matrix-org/matthew/cyrillic

Matthew/cyrillic
This commit is contained in:
Matthew Hodgson 2019-01-31 13:11:14 +01:00 committed by GitHub
commit f658288f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 22 deletions

View file

@ -79,11 +79,15 @@
.mx_Markdown_ITALIC {
font-style: italic;
/*
// interestingly, *not* using the explicit italic font
// variant seems yield better results.
// compensate for Nunito italics being terrible
// https://github.com/google/fonts/issues/1726
transform: skewX(-14deg);
display: inline-block;
*/
}
.mx_Markdown_CODE {