Ajout du markdown

This commit is contained in:
2019-07-08 14:35:34 +02:00
parent 3c2d41837b
commit f294c70738
3 changed files with 19 additions and 15 deletions
+13 -9
View File
@@ -126,27 +126,31 @@ body {
font-size: 10pt;
letter-spacing: 4pt;
}
.chapter-content {
text-align: justify;
-webkit-hyphens : auto;
font-family: "Cormorant";
font-weight: 200;
font-size: 10pt;
line-height: 18pt;
}
.section-title {
font-family: "TextaAlt";
font-weight: 800;
font-size: 12pt;
}
.chapter-content {
hyphens: auto;
font-family: "Cormorant";
font-weight: 200;
font-size: 10pt;
line-height: 18pt;
}
.section-content {
text-align: justify;
hyphens: auto;
font-family: "SGI-TextAlt";
font-size:9.5pt;
font-weight: 200;
line-height: 18pt;
}
.justify p{
text-align: justify;
text-align-last: left !important;
hyphens: auto;
}
.image-cover {
page: imagecover;
background-size: cover;