diff --git a/img/fa/fa-weixin.svg b/img/fa/fa-weixin.svg
index 8160afa..ed037a0 100644
--- a/img/fa/fa-weixin.svg
+++ b/img/fa/fa-weixin.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/readme.md b/readme.md
index f63f4f4..3a04598 100644
--- a/readme.md
+++ b/readme.md
@@ -40,6 +40,10 @@
项目配置了自动部署的 Github Actions,可以在每次提交后自动运行 Typst (执行的命令是 `make all`)并将生成的 PDF Commit 到根目录中。
+### Typst Web
+
+我制作了一个 typst.app 上的在线项目,[链接](https://typst.app/project/r4XMUB3ENQUH7zWiuK7_tO)。但是由于字体不太好上传,所以暂时还不是特别推荐。
+
## TBD
- [ ] 英文版示例与字体
diff --git a/template/icons.typ b/template/icons.typ
index 06d7303..ebbcf4e 100644
--- a/template/icons.typ
+++ b/template/icons.typ
@@ -16,3 +16,4 @@
#let fa_github = icon(fa_path + "github.svg");
#let fa_linkedin = icon(fa_path + "linkedin.svg");
#let fa_phone = icon(fa_path + "phone-alt.svg");
+#let fa_weixin = icon(fa_path + "weixin.svg");