A charming Jekyll theme.
jekyll-theme
1/*
2 You can add your custom fonts by replacing this file in your own website.
3*/
4
5@font-face {
6 font-family: 'Atkinson Hyperlegible Next';
7 font-style: italic;
8 font-weight: 200 800;
9 font-display: swap;
10 src: url('/assets/fonts/atkinson.woff2') format('woff2');
11}
12
13@font-face {
14 font-family: 'Atkinson Hyperlegible Next';
15 font-style: normal;
16 font-weight: 200 800;
17 font-display: swap;
18 src: url('/assets/fonts/atkinson.woff2') format('woff2');
19}
20
21@font-face {
22 font-family: 'Atkinson Hyperlegible Mono';
23 font-style: italic;
24 font-weight: 200 800;
25 font-display: swap;
26 src: url('/assets/fonts/mono.woff2') format('woff2');
27}
28
29@font-face {
30 font-family: 'Atkinson Hyperlegible Mono';
31 font-style: normal;
32 font-weight: 200 800;
33 font-display: swap;
34 src: url('/assets/fonts/mono.woff2') format('woff2');
35}