how can i add custom fonts for example iconfont
http://www.iconfont.cn/help/detail?spm=a313x.7781069.1998910419.13&helptype=code
Import them in the HTML shell of your app or lazy load them from js
thanks!
can someone maybe provide some example? because i really dint get it where i have to put what to make it work
sorry for the maybe dumb request but i麓ve never worked with HTML, fontface and all this stuff before
Hi I had the same issue. Here one solution:
<link href="https://fonts.googleapis.com/css?family=Your First Font | Your Second Font">/public/index.htlml file. Insert it in the head tag.<head> some where here </head>
fontFamily: "Your First Font"