Browse Source

Added styles for <strong> and <em>

pull/177/head
Zach Wise 12 years ago
parent
commit
33f5ca6fb8
  1. 7
      source/less/Typography.less

7
source/less/Typography.less

@ -141,9 +141,12 @@
}
strong {
font-weight:bold;
font-style:inherit;
}
em {
font-style: italic;
font-weight: inherit;
}
Q {
quotes: '„' '“';
font-style: italic;

Loading…
Cancel
Save