489da87919ea548c354bbc9fad3de9fe302fdb78
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / base / _fonts.scss
1 @font-face {
2   font-family: "Futura PT";
3   src: url('#{$font-path}/subset-FuturaPT-Book.ttf?20uhbq') format('truetype'),
4        url('#{$font-path}/subset-FuturaPT-Book.woff?20uhbq') format('woff'),
5        url('#{$font-path}/subset-FuturaPT-Book.woff2?20uhbq') format('woff2');
6   font-weight: $regular;
7   font-style: normal;
8   font-display: swap;
9 }
10
11 @font-face {
12   font-family: "Canela";
13   src: url('#{$font-path}/subset-Canela-Light.ttf?20uhbq') format('truetype'),
14        url('#{$font-path}/subset-Canela-Light.woff?20uhbq') format('woff'),
15        url('#{$font-path}/subset-Canela-Light.woff2?20uhbq') format('woff2');
16   font-weight: $light;
17   font-style: normal;
18   font-display: swap;
19 }
20
21 @font-face {
22   font-family: "Canela";
23   src: url('#{$font-path}/subset-Canela-LightItalic.ttf?20uhbq') format('truetype'),
24        url('#{$font-path}/subset-Canela-LightItalic.woff') format('woff'),
25        url('#{$font-path}/subset-Canela-LightItalic.woff2') format('woff2');
26   font-weight: $light;
27   font-style: italic;
28   font-display: swap;
29 }