Added support do em and string

This commit is contained in:
Pedro Reis 2018-04-13 11:52:06 +01:00 committed by GitHub
parent 1a689e8734
commit e73a5ba258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -3,10 +3,15 @@ h2,
h3,
h4,
h5,
h6 {
h6,
strong {
font-weight: bold;
}
em {
font-style: italic;
}
small {
font-size: .75em;
}