mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
Exocet Font Added
This commit is contained in:
@@ -1,3 +1,44 @@
|
||||
@font-face {
|
||||
font-family:"Exocet Light";
|
||||
src:url("/font/EXL_____.eot?") format("eot"),
|
||||
url("/font/EXL_____.woff") format("woff"),
|
||||
url("/font/EXL_____.ttf") format("truetype"),
|
||||
url("/font/EXL_____.svg#ExocetLight") format("svg");
|
||||
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Exocet';
|
||||
src: url('/font/ExocetHeavy.eot');
|
||||
src: local('Exocet Heavy'), local('ExocetHeavy'),
|
||||
url('/font/ExocetHeavy.eot?#iefix') format('embedded-opentype'),
|
||||
url('/font/ExocetHeavy.woff2') format('woff2'),
|
||||
url('/font/ExocetHeavy.woff') format('woff'),
|
||||
url('/font/ExocetHeavy.ttf') format('truetype'),
|
||||
url('/font/ExocetHeavy.svg#ExocetHeavy') format('svg');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Exocet';
|
||||
src: url('/font/ExocetLight.eot');
|
||||
src: local('Exocet Light'), local('ExocetLight'),
|
||||
url('/font/ExocetLight.eot?#iefix') format('embedded-opentype'),
|
||||
url('/font/ExocetLight.woff2') format('woff2'),
|
||||
url('/font/ExocetLight.woff') format('woff'),
|
||||
url('/font/ExocetLight.ttf') format('truetype'),
|
||||
url('/font/ExocetLight.svg#ExocetLight') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
input {
|
||||
width: 108px;
|
||||
padding: 5px;
|
||||
@@ -17,6 +58,8 @@ input {
|
||||
background: white;
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
font-family: "Lato";
|
||||
font-weight: normal;
|
||||
|
||||
}
|
||||
|
||||
@@ -45,4 +88,7 @@ option {
|
||||
|
||||
body {
|
||||
background: black;
|
||||
}
|
||||
font-family: "Exocet";
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user