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

archive/fonts/cardo/stylesheet.css (644B)

 1 @font-face {
 2     font-family: 'Cardo';
 3     src: url('Cardo-Italic.woff2') format('woff2'),
 4         url('Cardo-Italic.woff') format('woff');
 5     font-weight: normal;
 6     font-style: italic;
 7     font-display: swap;
 8 }
 9 
10 @font-face {
11     font-family: 'Cardo';
12     src: url('Cardo-Bold.woff2') format('woff2'),
13         url('Cardo-Bold.woff') format('woff');
14     font-weight: bold;
15     font-style: normal;
16     font-display: swap;
17 }
18 
19 @font-face {
20     font-family: 'Cardo';
21     src: url('Cardo-Regular.woff2') format('woff2'),
22         url('Cardo-Regular.woff') format('woff');
23     font-weight: normal;
24     font-style: normal;
25     font-display: swap;
26 }
27