27 lines
882 B
CSS
27 lines
882 B
CSS
@font-face {
|
|
font-family: 'Mixcase Mixed';
|
|
src: url('MixcaseMixed.eot');
|
|
src: local('Mixcase Mixed'), local('MixcaseMixed'),
|
|
url('MixcaseMixed.eot?#iefix') format('embedded-opentype'),
|
|
url('MixcaseMixed.woff2') format('woff2'),
|
|
url('MixcaseMixed.woff') format('woff'),
|
|
url('MixcaseMixed.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Mixcase Unmixed';
|
|
src: url('MixcaseUnmixed.eot');
|
|
src: local('Mixcase Unmixed'), local('MixcaseUnmixed'),
|
|
url('MixcaseUnmixed.eot?#iefix') format('embedded-opentype'),
|
|
url('MixcaseUnmixed.woff2') format('woff2'),
|
|
url('MixcaseUnmixed.woff') format('woff'),
|
|
url('MixcaseUnmixed.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|