blob: 844d0d22ca68ee528c686bac2e06f0f8b7066d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@font-face {
font-family: 'Libre Baskerville';
font-style: italic;
font-weight: 400;
src: url(LibreBaskerville-Italic.woff2) format('woff2');
}
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: url(LibreBaskerville-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 700;
src: url(LibreBaskerville-Bold.woff2) format('woff2');
}
|