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 h4,
section.main .content .markdown h5, section.main .content .markdown h5,
section.main .content .markdown h6 { section.main .content .markdown h6 {
font-size: 18px; font-size: 22px;
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
letter-spacing: -0.005rem; letter-spacing: -0.005rem;
text-transform: uppercase; font-weight: 800;
font-weight: 700;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-smoothing: antialiased; font-smoothing: antialiased;