add simple fuzz test
This commit is contained in:
parent
0a90b6b77a
commit
27520842e3
59 changed files with 191 additions and 34 deletions
BIN
public/static/css/FreePixel.ttf
Normal file
BIN
public/static/css/FreePixel.ttf
Normal file
Binary file not shown.
14
public/static/css/styles.css
Normal file
14
public/static/css/styles.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
@font-face {
|
||||
font-family: 'FreePixel';
|
||||
src: url('/css/FreePixel.ttf');
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: FreePixel;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue