mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Fix font in markdown text
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user