字体测试

This commit is contained in:
yulixing 2019-06-25 16:09:07 +08:00
parent ff09b4b30f
commit d5f80faedd
3 changed files with 2 additions and 1 deletions

View File

@ -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

Binary file not shown.

BIN
src/fonts/wanghanzong.ttf Normal file

Binary file not shown.