diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 8b65392..1baeed3 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -1,4 +1,6 @@ /* Fonts */ +@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); @font-face { font-family: 'Miriam Libre'; src: url('{{ "css/fonts/miriamlibre-bold.woff2" | absURL }}') format('woff2'), url('{{ "css/fonts/miriamlibre-bold.woff" | absURL }}') format('woff'); @@ -17,7 +19,7 @@ } html { font-size: calc(1em + 0.33vw); - font-family: Arial, Helvetica Neue, sans-serif; + font-family: Roboto Slab, Arial, Helvetica Neue, sans-serif; line-height: 1.5; color: #111; background-color: #fefefe;