Browse Source

index.ejs字体文件

master
liujiangyong 1 year ago
parent
commit
284f24befb
  1. 44
      web/client/index.ejs

44
web/client/index.ejs

@ -2,21 +2,41 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="shortcut icon" href="/assets/images/logo.png"> <link rel="shortcut icon" href="/assets/images/logo.png">
<link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css"> <link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css">
<script type="text/javascript"> <script type="text/javascript">
window._AMapSecurityConfig = { window._AMapSecurityConfig = {
securityJsCode: 'e955cd5ddfc3a752aa27d1e1c67d182d', securityJsCode: 'e955cd5ddfc3a752aa27d1e1c67d182d',
} }
</script> </script>
<script <script
src="https://webapi.amap.com/maps?v=2.0&key=00f9a29dedcdbd8befec3dfe0cef5003&plugin=AMap.AutoComplete,AMap.PlaceSearch"></script> src="https://webapi.amap.com/maps?v=2.0&key=00f9a29dedcdbd8befec3dfe0cef5003&plugin=AMap.AutoComplete,AMap.PlaceSearch"></script>
<!-- <script src="https://webapi.amap.com/loca?v=2.0.0&key=00f9a29dedcdbd8befec3dfe0cef5003"></script> --> <!-- <script src="https://webapi.amap.com/loca?v=2.0.0&key=00f9a29dedcdbd8befec3dfe0cef5003"></script> -->
</head> </head>
<style>
@font-face {
font-family: YouSheBiaoTiHei;
src: url("/assets/font_sc/YouSheBiaoTiHei-2.ttf");
}
@font-face {
font-family: PingFangSC-Medium;
src: url("/assets/font_sc/PingFang SC Medium.ttf");
}
@font-face {
font-family: PingFangSC-Regular;
src: url("/assets/font_sc/PingFang SC Regular.ttf");
}
@font-face {
font-family: D-DINExp-Italic;
src: url("/assets/font_sc/D-DINExp-Italic.otf");
}
</style>
<body style="background: transparent"> <body style="background: transparent">
<div id='App'></div> <div id='App'></div>
</body> </body>

Loading…
Cancel
Save