28 lines
561 B
CSS
28 lines
561 B
CSS
@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;
|
|
}
|