webfont test
This commit is contained in:
parent
da57abd1f2
commit
37175646dc
BIN
client/assets/alphabet.jpg
Normal file
BIN
client/assets/alphabet.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
client/assets/fonts/noway-regular-webfont.eot
Executable file
BIN
client/assets/fonts/noway-regular-webfont.eot
Executable file
Binary file not shown.
2657
client/assets/fonts/noway-regular-webfont.svg
Executable file
2657
client/assets/fonts/noway-regular-webfont.svg
Executable file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 190 KiB |
BIN
client/assets/fonts/noway-regular-webfont.ttf
Executable file
BIN
client/assets/fonts/noway-regular-webfont.ttf
Executable file
Binary file not shown.
BIN
client/assets/fonts/noway-regular-webfont.woff
Executable file
BIN
client/assets/fonts/noway-regular-webfont.woff
Executable file
Binary file not shown.
BIN
client/assets/fonts/noway-regular-webfont.woff2
Executable file
BIN
client/assets/fonts/noway-regular-webfont.woff2
Executable file
Binary file not shown.
BIN
client/assets/glyphs.jpg
Normal file
BIN
client/assets/glyphs.jpg
Normal file
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 {
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
@ -10,7 +10,6 @@ strangle
|
||||
|
||||
|
||||
## NOW
|
||||
* add speed to log
|
||||
* clean up categories
|
||||
|
||||
## SOON
|
||||
@ -21,9 +20,6 @@ strangle
|
||||
* ko all cryps on team, check status
|
||||
should correctly assign the winner and drop items
|
||||
|
||||
* cryp speed
|
||||
* modifies skill base speed
|
||||
|
||||
* skills
|
||||
* private fields for opponents
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user