Remove letter spacing on markdown

This commit is contained in:
Alexis Tacnet
2017-04-08 18:03:20 +02:00
parent ed76e4f59c
commit 382b79f31d

View File

@@ -353,7 +353,7 @@ section.main .content .posts {
margin-bottom: 4em; margin-bottom: 4em;
} }
section.main .content .page-heading { section.main .content .page-heading {
font-size: 18px; font-size: 20px;
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif; font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
letter-spacing: -0.005rem; letter-spacing: -0.005rem;
text-transform: uppercase; text-transform: uppercase;
@@ -554,7 +554,6 @@ section.main .content .markdown {
font-size: 1.1em; font-size: 1.1em;
line-height: 1.75em; line-height: 1.75em;
color: #313537; color: #313537;
letter-spacing: 0.01rem;
font-family: 'Merriweather', sans-serif; font-family: 'Merriweather', sans-serif;
font-weight: 300; font-weight: 300;
} }