webfont test
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
Binary file not shown.
+2657
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 190 KiB |
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@@ -1,3 +1,15 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'nowayregular';
|
||||||
|
src: url('./assets/fonts/noway-regular-webfont.eot');
|
||||||
|
src: url('./assets/fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('./assets/fonts/noway-regular-webfont.woff2') format('woff2'),
|
||||||
|
url('./assets/fonts/noway-regular-webfont.woff') format('woff'),
|
||||||
|
url('./assets/fonts/noway-regular-webfont.ttf') format('truetype'),
|
||||||
|
url('./assets/fonts/noway-regular-webfont.svg#nowayregular') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #181818;
|
background-color: #181818;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ strangle
|
|||||||
|
|
||||||
|
|
||||||
## NOW
|
## NOW
|
||||||
* add speed to log
|
|
||||||
* clean up categories
|
* clean up categories
|
||||||
|
|
||||||
## SOON
|
## SOON
|
||||||
@@ -21,9 +20,6 @@ strangle
|
|||||||
* ko all cryps on team, check status
|
* ko all cryps on team, check status
|
||||||
should correctly assign the winner and drop items
|
should correctly assign the winner and drop items
|
||||||
|
|
||||||
* cryp speed
|
|
||||||
* modifies skill base speed
|
|
||||||
|
|
||||||
* skills
|
* skills
|
||||||
* private fields for opponents
|
* private fields for opponents
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user