add start of client rendering
This commit is contained in:
parent
9787a9d468
commit
ebcee954bf
13 changed files with 127 additions and 7 deletions
BIN
public/css/FreePixel.ttf
Normal file
BIN
public/css/FreePixel.ttf
Normal file
Binary file not shown.
|
@ -1,6 +1,12 @@
|
|||
@font-face {
|
||||
font-family: 'FreePixel';
|
||||
src: url('/css/FreePixel.ttf');
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: FreePixel;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue