Start adding the files used by the website builder

This commit is contained in:
2024-10-05 17:38:52 +02:00
parent 8c2f522bbf
commit 166c176727
16 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
@font-face {
font-family: 'bainsley';
src: url('bainsley-roman.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bainsley';
src: url('bainsley-bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'bainsley';
src: url('bainsley-italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'bainsley';
src: url('bainsley-bold-italic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
}