Start adding the files used by the website builder
This commit is contained in:
27
fonts/bainsley/bainsley.css
Normal file
27
fonts/bainsley/bainsley.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user