webfont test

This commit is contained in:
ntr
2019-01-07 16:36:35 +11:00
parent da57abd1f2
commit 37175646dc
9 changed files with 2669 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

+12
View File
@@ -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;
} }
-4
View File
@@ -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