[fix] Headings font family.

This commit is contained in:
opi 2017-06-12 11:22:08 +02:00
parent 40190c58a4
commit 2d3e688aa9

View file

@ -25,13 +25,17 @@
text-decoration: underline; text-decoration: underline;
} }
h1,
h2 {
font-family: sans-serif;
line-height: 1.4;
}
section { section {
margin: 2em 0; margin: 2em 0;
} }
section h2 { section h2 {
font-family: sans-serif;
line-height: 1.4;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }