Fix font in markdown text

This commit is contained in:
Alexis Tacnet
2016-12-07 12:21:54 +01:00
parent 3065147286
commit 003d590502

View File

@@ -595,11 +595,9 @@ section.main .content .markdown h3,
section.main .content .markdown h4,
section.main .content .markdown h5,
section.main .content .markdown h6 {
font-size: 18px;
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
font-size: 22px;
letter-spacing: -0.005rem;
text-transform: uppercase;
font-weight: 700;
font-weight: 800;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;