Added support do em and string
This commit is contained in:
parent
1a689e8734
commit
e73a5ba258
|
@ -3,10 +3,15 @@ h2,
|
|||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
h6,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue