From feb89b301b116745e82a2b17071909d7a4873562 Mon Sep 17 00:00:00 2001 From: wbfsa Date: Thu, 1 Oct 2020 12:30:33 +0800 Subject: [PATCH] fix(demo fontlist url change): local path --- src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index fe0eb44..3bbd4ee 100644 --- a/src/index.html +++ b/src/index.html @@ -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: