A charming Jekyll theme.
jekyll-theme

fix(layout): fixes font path

+13 -3
+11 -1
CHANGELOG.md
··· 15 15 - **Custom includes:** 16 16 You can add HTML markup to the `<head>`, below your post and at the end of the `</body>` tag. 17 17 18 - **Fix:** 18 + **Fixes:** 19 19 20 20 - Hides `post.author` on single-author blogs. 21 21 - Hides excerpt on link posts in archive pages. 22 22 - Softens the shadows to increase legibility. 23 + 24 + ### Version 1.1.1 25 + 26 + **Fix:** 27 + 28 + - Fixes Atkinson Hyperlegible Next font path in the default `fonts.css`. 29 + 30 + ## Version 1.0 31 + 32 + **Everything is New! ✨**
+2 -2
assets/css/fonts.css
··· 7 7 font-style: italic; 8 8 font-weight: 200 800; 9 9 font-display: swap; 10 - src: url('/assets/fonts/next.woff2') format('woff2'); 10 + src: url('/assets/fonts/atkinson.woff2') format('woff2'); 11 11 } 12 12 13 13 @font-face { ··· 15 15 font-style: normal; 16 16 font-weight: 200 800; 17 17 font-display: swap; 18 - src: url('/assets/fonts/next.woff2') format('woff2'); 18 + src: url('/assets/fonts/atkinson.woff2') format('woff2'); 19 19 } 20 20 21 21 @font-face {