git.lucas.co / website
source for lucas.co

archive/fonts/bellefair/stylesheet.css (230B)

1 @font-face {
2     font-family: 'Bellefair';
3     src: url('Bellefair-Regular.woff2') format('woff2'),
4         url('Bellefair-Regular.woff') format('woff');
5     font-weight: normal;
6     font-style: normal;
7     font-display: swap;
8 }
9