source for lucas.co
archive/fonts/old_standard/stylesheet.css (722B)
1 @font-face {
2 font-family: 'Old Standard TT';
3 src: url('OldStandardTT-Bold.woff2') format('woff2'),
4 url('OldStandardTT-Bold.woff') format('woff');
5 font-weight: bold;
6 font-style: normal;
7 font-display: swap;
8 }
9
10 @font-face {
11 font-family: 'Old Standard TT';
12 src: url('OldStandardTT-Regular.woff2') format('woff2'),
13 url('OldStandardTT-Regular.woff') format('woff');
14 font-weight: normal;
15 font-style: normal;
16 font-display: swap;
17 }
18
19 @font-face {
20 font-family: 'Old Standard TT';
21 src: url('OldStandardTT-Italic.woff2') format('woff2'),
22 url('OldStandardTT-Italic.woff') format('woff');
23 font-weight: normal;
24 font-style: italic;
25 font-display: swap;
26 }
27