33 lines
1.0 KiB
CSS
33 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: 'Franchise';
|
|
src: local('Franchise Regular'), local('Franchise-Regular'),
|
|
url('fonts/Franchise-Regular.woff2') format('woff2'),
|
|
url('fonts/Franchise-Regular.woff') format('woff'),
|
|
url('fonts/Franchise-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Franchise Filled';
|
|
src: local('Franchise Filled Regular'), local('FranchiseFilled-Regular'),
|
|
url('fonts/FranchiseFilled-Regular.woff2') format('woff2'),
|
|
url('fonts/FranchiseFilled-Regular.woff') format('woff'),
|
|
url('fonts/FranchiseFilled-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Cube';
|
|
src: local('Cube'),
|
|
url('fonts/Cube.woff2') format('woff2'),
|
|
url('fonts/Cube.woff') format('woff'),
|
|
url('fonts/Cube.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|