From a6e369e1d57ef876ee7aaae3dbdb0c1cab62f5ec Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Tue, 7 Jul 2026 09:42:49 +0800 Subject: [PATCH] style(aigc-topbar): add znicons custom font face --- src/pages-aigc/components/AigcTopBar/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages-aigc/components/AigcTopBar/styles/index.scss b/src/pages-aigc/components/AigcTopBar/styles/index.scss index 6424274..c92870c 100644 --- a/src/pages-aigc/components/AigcTopBar/styles/index.scss +++ b/src/pages-aigc/components/AigcTopBar/styles/index.scss @@ -1,3 +1,8 @@ +@font-face { + font-family: znicons; + src: url("@/static/fonts/znicons.ttf"); +} + .aigc-topbar { position: relative; z-index: 3;