-
在 html 中使用 @font-face {
font-family: "HYKSK";
src: url("pages/fonts/HYKongShanKaiW.ttf") format("truetype");
} Python 版本:3.10.1 |
Beta Was this translation helpful? Give feedback.
Answered by
wang0618
Jan 6, 2022
Replies: 1 comment
-
要引入本地文件的话,需要在 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gvenusleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
要引入本地文件的话,需要在
start_server()
种使用static_dir
参数所在文件夹暴露到web服务中,然后使用/static/xxx
来访问。具体参见start_server()
的文档