diff --git a/src/.temp/now.js b/src/.temp/now.js index 92b366f..2da73a8 100644 --- a/src/.temp/now.js +++ b/src/.temp/now.js @@ -1 +1 @@ -export default 1569246210811 \ No newline at end of file +export default 1569250243395 \ No newline at end of file diff --git a/src/css/styles_de_paragraphes.scss b/src/css/styles_de_paragraphes.scss index e4fc6ae..8c816e6 100644 --- a/src/css/styles_de_paragraphes.scss +++ b/src/css/styles_de_paragraphes.scss @@ -1,16 +1,16 @@ -.pre-title { - font-family: "Duke POPSU"; - font-weight: inherit; - font-size: 45pt; - line-height: 33pt; -} - -.pre-sub-title { - font-family: "Texa"; - font-weight: 800; - font-size: 10pt; - line-height: 13pt; -} +// .pre-title { +// font-family: "Duke POPSU"; +// font-weight: inherit; +// font-size: 45pt; +// line-height: 33pt; +// } +// +// .pre-sub-title { +// font-family: "Texa"; +// font-weight: 800; +// font-size: 10pt; +// line-height: 13pt; +// } .main-title { font-family: "Duke POPSU"; @@ -67,11 +67,14 @@ margin-bottom: 6pt; h4 { + font-family: "TextaAlt"; text-transform: uppercase; margin: 8pt 0 0; } p { + font-family: "SGI-TextAlt"; + line-height: 13pt; margin: 0; } } @@ -121,9 +124,11 @@ font-size: 9.5pt; font-weight: 200; line-height: 18pt; + // text-align: left; } // texte justifié par defaut + .justify p { text-align: justify; text-align-last: left !important; @@ -131,6 +136,10 @@ hanging-punctuation: first; } +.section-content p { + text-align: left; +} + .chapter-content h3 { hyphens: none; font-size: 19pt; @@ -150,9 +159,3 @@ strong { font-size: 14pt; line-height: 18pt; } - - -ol { - list-style-type: decimal; - -}