-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.html
More file actions
27 lines (25 loc) · 894 Bytes
/
Copy pathmodule.html
File metadata and controls
27 lines (25 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<!-- <link href="https://fonts.googleapis.com/css2?family=Nosifer&display=swap" rel="stylesheet"> -->
<style type="text/css">
/* CDN 服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
font-family: "Alibaba PuHuiTi 2.0";
font-weight: 900;
src: url("./font-family/44b5dDG7-HRBhsh4rHP3Y.woff2") format("woff2"),
url("./font-family/44b5dDG7-HRBhsh4rHP3Y.woff") format("woff");
font-display: swap;
}
html,body {
font-family: "Alibaba PuHuiTi 2.0";
}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
<!-- <script async src="./module2.js"></script> -->
<script async src="./module3.js"></script>
</body>
</html>