This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
website
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Move fonts to public
master
Levi Olson
4 years ago
parent
3f9217a149
commit
250d052ff8
5 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app.js
+0
-0
public/fonts/icomoon.eot
+0
-0
public/fonts/icomoon.svg
+0
-0
public/fonts/icomoon.ttf
+0
-0
public/fonts/icomoon.woff
+ 0
- 1
app.js
View File
@ -7,7 +7,6 @@ const app = express()
app
.
use
(
express
.
static
(
'public'
)
)
app
.
use
(
express
.
static
(
'fonts'
)
)
app
.
set
(
'view engine'
,
'ejs'
)
fonts/icomoon.eot → public/fonts/icomoon.eot
View File
fonts/icomoon.svg → public/fonts/icomoon.svg
View File
fonts/icomoon.ttf → public/fonts/icomoon.ttf
View File
fonts/icomoon.woff → public/fonts/icomoon.woff
View File
Write
Preview
Loading…
Cancel
Save