字体测试
This commit is contained in:
parent
ff09b4b30f
commit
d5f80faedd
@ -98,11 +98,12 @@ app.get('/robots.txt', function(req, res) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// -- We don't want to serve sessions for static resources
|
// -- We don't want to serve sessions for static resources
|
||||||
// -- Save database write on every resources
|
// -- Save database write on every resources
|
||||||
app.use(compress());
|
app.use(compress());
|
||||||
app.use(express.static(config.root + '/public'));
|
app.use(express.static(config.root + '/public'));
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
morgan('combined', {
|
morgan('combined', {
|
||||||
stream: requestLogStream,
|
stream: requestLogStream,
|
||||||
|
BIN
src/fonts/tr.ttf
Normal file
BIN
src/fonts/tr.ttf
Normal file
Binary file not shown.
BIN
src/fonts/wanghanzong.ttf
Normal file
BIN
src/fonts/wanghanzong.ttf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user