You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
55 lines
1.4 KiB
12 months ago
|
@font-face {
|
||
|
font-family: 'Libre Bodoni';
|
||
|
src: url('fonts/LibreBodoni-Bold.woff2') format('woff2'),
|
||
|
url('fonts/LibreBodoni-Bold.woff') format('woff');
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Libre Bodoni';
|
||
|
src: url('fonts/LibreBodoni-Italic.woff2') format('woff2'),
|
||
|
url('fonts/LibreBodoni-Italic.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Libre Bodoni';
|
||
|
src: url('fonts/LibreBodoni-Regular.woff2') format('woff2'),
|
||
|
url('fonts/LibreBodoni-Regular.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Source Sans 3';
|
||
|
src: url('fonts/SourceSans3-Bold.woff2') format('woff2'),
|
||
|
url('fonts/SourceSans3-Bold.woff') format('woff');
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Source Sans 3';
|
||
|
src: url('fonts/SourceSans3-Regular.woff2') format('woff2'),
|
||
|
url('fonts/SourceSans3-Regular.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Source Sans 3';
|
||
|
src: url('fonts/SourceSans3-Italic.woff2') format('woff2'),
|
||
|
url('fonts/SourceSans3-Italic.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|