diff --git a/assets/css/.template-styles.css.swp b/assets/css/.template-styles.css.swp index 0181e8c..d8abbd9 100644 Binary files a/assets/css/.template-styles.css.swp and b/assets/css/.template-styles.css.swp differ diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index bf515c5..2acaa95 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -1,5 +1,5 @@ /* Fonts */ -@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Didact Gothic&display=swap'); @font-face { font-family: 'Miriam Libre'; @@ -19,8 +19,8 @@ } html { font-size: calc(1em + 0.25vw); - font-family: Roboto, Arial, Helvetica Neue, sans-serif; - line-height: 1.35; + font-family: Didact Gothic, Arial, Helvetica Neue, sans-serif; + line-height: 1.6; color: rgb(255, 255, 255); opacity: .85; background-color: #39424E; @@ -1126,10 +1126,10 @@ h1 svg { } main p { - display: block; - margin-bottom: 1em; + display: block; + margin-bottom: 1em; line-height: 1.6; - letter-spacing: 1.2px; + letter-spacing: 1.3px; opacity: 0.8; }