Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(demo fontlist url change): local path
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer committed Oct 1, 2020
1 parent 2ae0115 commit feb89b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
fontList:[
{
"fontName":"HanaleiFill",
"url":"http://localhost:3002/assets/iconfont/HanaleiFill-Regular.ttf"
"url":"./assets/iconfont/HanaleiFill-Regular.ttf"
},
{
"fontName":"Anton",
"url":"http://localhost:3002/assets/iconfont/Anton-Regular.ttf"
"url":"./assets/iconfont/Anton-Regular.ttf"
},
{
"fontName":"Pacifico",
"url":"http://localhost:3002/assets/iconfont/Pacifico-Regular.ttf"
"url":"./assets/iconfont/Pacifico-Regular.ttf"
}
],
data:
Expand Down

0 comments on commit feb89b3

Please sign in to comment.