mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
29 lines
976 B
CSS
29 lines
976 B
CSS
@font-face {
|
|
font-family: 'Exocet';
|
|
src: url('ExocetHeavy.eot');
|
|
src: local('Exocet Heavy'), local('ExocetHeavy'),
|
|
url('ExocetHeavy.eot?#iefix') format('embedded-opentype'),
|
|
url('ExocetHeavy.woff2') format('woff2'),
|
|
url('ExocetHeavy.woff') format('woff'),
|
|
url('ExocetHeavy.ttf') format('truetype'),
|
|
url('ExocetHeavy.svg#ExocetHeavy') format('svg');
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Exocet';
|
|
src: url('ExocetLight.eot');
|
|
src: local('Exocet Light'), local('ExocetLight'),
|
|
url('ExocetLight.eot?#iefix') format('embedded-opentype'),
|
|
url('ExocetLight.woff2') format('woff2'),
|
|
url('ExocetLight.woff') format('woff'),
|
|
url('ExocetLight.ttf') format('truetype'),
|
|
url('ExocetLight.svg#ExocetLight') format('svg');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|